Shades of Crimson #D00439
Tints of Crimson #D00439
RGB
CMYK
RGB Variations
Color information
#D00439 (or 0xD00439) is known color: Crimson. HEX triplet: D0, 04 and 39. RGB value is (208,4,57). Sum of RGB (Red+Green+Blue) = 208+4+57=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D00439 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00439 is #2FFBC6. Grayscale: #474747. Windows color (decimal): -3144647 or 3736784. OLE color: 3736784.
HSL color Cylindrical-coordinate representation of color #D00439: hue angle of 344.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00439 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.18 |
| HSL | 344.41º | 0.96% | 0.42% | - |
| HSV(B) | 344.41º | 0.98% | 0.82% | - |
| XYZ | 26.79 | 13.79 | 5.12 | - |
| YUV | 71.04 | 120.09 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 57 | 0 | 0.98 | 0.73 | 0.18 | 344.41 | 0.96 | 0.42 |
| Hex | D0 | 4 | 39 | 0 | 62 | 49 | 12 | 158 | 60 | 2A |
| Octal | 320 | 4 | 71 | 0 | 142 | 111 | 22 | 530 | 140 | 52 |
| Binary | 11010000 | 100 | 111001 | 0 | 1100010 | 1001001 | 10010 | 101011000 | 1100000 | 101010 |
Color Harmonies of #D00439
Complementary color
Monochromatic Colors of #D00439
Black with #D00439
Text Example
Text Example
White with #D00439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00439; }
p { color: rgb(208,4,57); }
H1.HeaderClassName
{
color: #D00439;
}
.AnyTagClassName
{
color: #D00439;
}
</style>
background-color css
<style>
a { background-color: #D00439; }
a { background-color: rgb(208,4,57); }
div.DivClassName
{
background-color: #D00439;
}
.BgClassName
{
background-color: #D00439;
}
</style>
border-color css
<style>
span { border-color: #D00439; }
span { border-color: rgb(208,4,57); }
td.TdClassName
{
border-color: #D00439;
}
.TagClassName
{
border-color: #D00439;
}
</style>