Shades of Crimson #D60030
Tints of Crimson #D60030
RGB
CMYK
RGB Variations
Color information
#D60030 (or 0xD60030) is known color: Crimson. HEX triplet: D6, 00 and 30. RGB value is (214,0,48). Sum of RGB (Red+Green+Blue) = 214+0+48=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D60030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60030 is #29FFCF. Grayscale: #454545. Windows color (decimal): -2752464 or 3145942. OLE color: 3145942.
HSL color Cylindrical-coordinate representation of color #D60030: hue angle of 346.54º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60030 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.78 | 0.16 |
| HSL | 346.54º | 1% | 0.42% | - |
| HSV(B) | 346.54º | 1% | 0.84% | - |
| XYZ | 28.27 | 14.51 | 4.11 | - |
| YUV | 69.46 | 115.9 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 48 | 0 | 1 | 0.78 | 0.16 | 346.54 | 1 | 0.42 |
| Hex | D6 | 0 | 30 | 0 | 64 | 4E | 10 | 15B | 64 | 2A |
| Octal | 326 | 0 | 60 | 0 | 144 | 116 | 20 | 533 | 144 | 52 |
| Binary | 11010110 | 0 | 110000 | 0 | 1100100 | 1001110 | 10000 | 101011011 | 1100100 | 101010 |
Color Harmonies of #D60030
Complementary color
Monochromatic Colors of #D60030
Black with #D60030
Text Example
Text Example
White with #D60030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60030; }
p { color: rgb(214,0,48); }
H1.HeaderClassName
{
color: #D60030;
}
.AnyTagClassName
{
color: #D60030;
}
</style>
background-color css
<style>
a { background-color: #D60030; }
a { background-color: rgb(214,0,48); }
div.DivClassName
{
background-color: #D60030;
}
.BgClassName
{
background-color: #D60030;
}
</style>
border-color css
<style>
span { border-color: #D60030; }
span { border-color: rgb(214,0,48); }
td.TdClassName
{
border-color: #D60030;
}
.TagClassName
{
border-color: #D60030;
}
</style>