Shades of Crimson #D00D4C
Tints of Crimson #D00D4C
RGB
CMYK
RGB Variations
Color information
#D00D4C (or 0xD00D4C) is known color: Crimson. HEX triplet: D0, 0D and 4C. RGB value is (208,13,76). Sum of RGB (Red+Green+Blue) = 208+13+76=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D4C is #2FF2B3. Grayscale: #4E4E4E. Windows color (decimal): -3142324 or 4984272. OLE color: 4984272.
HSL color Cylindrical-coordinate representation of color #D00D4C: hue angle of 340.62º 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 #D00D4C is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.18 |
| HSL | 340.62º | 0.88% | 0.43% | - |
| HSV(B) | 340.62º | 0.94% | 0.82% | - |
| XYZ | 27.46 | 14.22 | 8.13 | - |
| YUV | 78.49 | 126.6 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 76 | 0 | 0.94 | 0.63 | 0.18 | 340.62 | 0.88 | 0.43 |
| Hex | D0 | D | 4C | 0 | 5E | 3F | 12 | 155 | 58 | 2B |
| Octal | 320 | 15 | 114 | 0 | 136 | 77 | 22 | 525 | 130 | 53 |
| Binary | 11010000 | 1101 | 1001100 | 0 | 1011110 | 111111 | 10010 | 101010101 | 1011000 | 101011 |
Color Harmonies of #D00D4C
Complementary color
Monochromatic Colors of #D00D4C
Black with #D00D4C
Text Example
Text Example
White with #D00D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D4C; }
p { color: rgb(208,13,76); }
H1.HeaderClassName
{
color: #D00D4C;
}
.AnyTagClassName
{
color: #D00D4C;
}
</style>
background-color css
<style>
a { background-color: #D00D4C; }
a { background-color: rgb(208,13,76); }
div.DivClassName
{
background-color: #D00D4C;
}
.BgClassName
{
background-color: #D00D4C;
}
</style>
border-color css
<style>
span { border-color: #D00D4C; }
span { border-color: rgb(208,13,76); }
td.TdClassName
{
border-color: #D00D4C;
}
.TagClassName
{
border-color: #D00D4C;
}
</style>