Shades of Crimson #D00D3C
Tints of Crimson #D00D3C
RGB
CMYK
RGB Variations
Color information
#D00D3C (or 0xD00D3C) is known color: Crimson. HEX triplet: D0, 0D and 3C. RGB value is (208,13,60). Sum of RGB (Red+Green+Blue) = 208+13+60=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D3C is #2FF2C3. Grayscale: #4C4C4C. Windows color (decimal): -3142340 or 3935696. OLE color: 3935696.
HSL color Cylindrical-coordinate representation of color #D00D3C: hue angle of 345.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00D3C is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.18 |
| HSL | 345.54º | 0.88% | 0.43% | - |
| HSV(B) | 345.54º | 0.94% | 0.82% | - |
| XYZ | 26.97 | 14.02 | 5.56 | - |
| YUV | 76.66 | 118.6 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 60 | 0 | 0.94 | 0.71 | 0.18 | 345.54 | 0.88 | 0.43 |
| Hex | D0 | D | 3C | 0 | 5E | 47 | 12 | 15A | 58 | 2B |
| Octal | 320 | 15 | 74 | 0 | 136 | 107 | 22 | 532 | 130 | 53 |
| Binary | 11010000 | 1101 | 111100 | 0 | 1011110 | 1000111 | 10010 | 101011010 | 1011000 | 101011 |
Color Harmonies of #D00D3C
Complementary color
Monochromatic Colors of #D00D3C
Black with #D00D3C
Text Example
Text Example
White with #D00D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D3C; }
p { color: rgb(208,13,60); }
H1.HeaderClassName
{
color: #D00D3C;
}
.AnyTagClassName
{
color: #D00D3C;
}
</style>
background-color css
<style>
a { background-color: #D00D3C; }
a { background-color: rgb(208,13,60); }
div.DivClassName
{
background-color: #D00D3C;
}
.BgClassName
{
background-color: #D00D3C;
}
</style>
border-color css
<style>
span { border-color: #D00D3C; }
span { border-color: rgb(208,13,60); }
td.TdClassName
{
border-color: #D00D3C;
}
.TagClassName
{
border-color: #D00D3C;
}
</style>