Shades of Crimson #D00631
Tints of Crimson #D00631
RGB
CMYK
RGB Variations
Color information
#D00631 (or 0xD00631) is known color: Crimson. HEX triplet: D0, 06 and 31. RGB value is (208,6,49). Sum of RGB (Red+Green+Blue) = 208+6+49=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D00631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00631 is #2FF9CE. Grayscale: #474747. Windows color (decimal): -3144143 or 3213008. OLE color: 3213008.
HSL color Cylindrical-coordinate representation of color #D00631: hue angle of 347.23º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00631 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 49 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.18 |
| HSL | 347.23º | 0.94% | 0.42% | - |
| HSV(B) | 347.23º | 0.97% | 0.82% | - |
| XYZ | 26.63 | 13.76 | 4.16 | - |
| YUV | 71.3 | 115.42 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 49 | 0 | 0.97 | 0.76 | 0.18 | 347.23 | 0.94 | 0.42 |
| Hex | D0 | 6 | 31 | 0 | 61 | 4C | 12 | 15B | 5E | 2A |
| Octal | 320 | 6 | 61 | 0 | 141 | 114 | 22 | 533 | 136 | 52 |
| Binary | 11010000 | 110 | 110001 | 0 | 1100001 | 1001100 | 10010 | 101011011 | 1011110 | 101010 |
Color Harmonies of #D00631
Complementary color
Monochromatic Colors of #D00631
Black with #D00631
Text Example
Text Example
White with #D00631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00631; }
p { color: rgb(208,6,49); }
H1.HeaderClassName
{
color: #D00631;
}
.AnyTagClassName
{
color: #D00631;
}
</style>
background-color css
<style>
a { background-color: #D00631; }
a { background-color: rgb(208,6,49); }
div.DivClassName
{
background-color: #D00631;
}
.BgClassName
{
background-color: #D00631;
}
</style>
border-color css
<style>
span { border-color: #D00631; }
span { border-color: rgb(208,6,49); }
td.TdClassName
{
border-color: #D00631;
}
.TagClassName
{
border-color: #D00631;
}
</style>