#D2000F (or 0xD2000F) is unknown color: approx Venetian Red. HEX triplet: D2, 00 and 0F. RGB value is (210,0,15). Sum of RGB (Red+Green+Blue) = 210+0+15=225 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.33% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 210 - color contains mainly: red. Hex color #D2000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2000F is #2DFFF0. Grayscale: #404040. Windows color (decimal): -3014641 or 983250. OLE color: 983250.
HSL color Cylindrical-coordinate representation of color #D2000F: hue angle of 355.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2000F is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.18.
<style> p { color: #d2000f; } p { color: rgb(210,0,15); } H1.HeaderClassName { color: #d2000f; } .AnyTagClassName { color: #d2000f; } </style>
<style> a { background-color: #d2000f; } a { background-color: rgb(210,0,15); } div.DivClassName { background-color: #d2000f; } .BgClassName { background-color: #d2000f; } </style>
<style> span { border-color: #d2000f; } span { border-color: rgb(210,0,15); } td.TdClassName { border-color: #d2000f; } .TagClassName { border-color: #d2000f; } </style>