Shades of Crimson #D00431
Tints of Crimson #D00431
RGB
CMYK
RGB Variations
Color information
#D00431 (or 0xD00431) is known color: Crimson. HEX triplet: D0, 04 and 31. RGB value is (208,4,49). Sum of RGB (Red+Green+Blue) = 208+4+49=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D00431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00431 is #2FFBCE. Grayscale: #464646. Windows color (decimal): -3144655 or 3212496. OLE color: 3212496.
HSL color Cylindrical-coordinate representation of color #D00431: hue angle of 346.76º 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 #D00431 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.18 |
| HSL | 346.76º | 0.96% | 0.42% | - |
| HSV(B) | 346.76º | 0.98% | 0.82% | - |
| XYZ | 26.61 | 13.72 | 4.15 | - |
| YUV | 70.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 49 | 0 | 0.98 | 0.76 | 0.18 | 346.76 | 0.96 | 0.42 |
| Hex | D0 | 4 | 31 | 0 | 62 | 4C | 12 | 15B | 60 | 2A |
| Octal | 320 | 4 | 61 | 0 | 142 | 114 | 22 | 533 | 140 | 52 |
| Binary | 11010000 | 100 | 110001 | 0 | 1100010 | 1001100 | 10010 | 101011011 | 1100000 | 101010 |
Color Harmonies of #D00431
Complementary color
Monochromatic Colors of #D00431
Black with #D00431
Text Example
Text Example
White with #D00431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00431; }
p { color: rgb(208,4,49); }
H1.HeaderClassName
{
color: #D00431;
}
.AnyTagClassName
{
color: #D00431;
}
</style>
background-color css
<style>
a { background-color: #D00431; }
a { background-color: rgb(208,4,49); }
div.DivClassName
{
background-color: #D00431;
}
.BgClassName
{
background-color: #D00431;
}
</style>
border-color css
<style>
span { border-color: #D00431; }
span { border-color: rgb(208,4,49); }
td.TdClassName
{
border-color: #D00431;
}
.TagClassName
{
border-color: #D00431;
}
</style>