Shades of Crimson #D00D3B
Tints of Crimson #D00D3B
RGB
CMYK
RGB Variations
Color information
#D00D3B (or 0xD00D3B) is known color: Crimson. HEX triplet: D0, 0D and 3B. RGB value is (208,13,59). Sum of RGB (Red+Green+Blue) = 208+13+59=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D00D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00D3B is #2FF2C4. Grayscale: #4C4C4C. Windows color (decimal): -3142341 or 3870160. OLE color: 3870160.
HSL color Cylindrical-coordinate representation of color #D00D3B: hue angle of 345.85º 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 #D00D3B is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 59 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.18 |
| HSL | 345.85º | 0.88% | 0.43% | - |
| HSV(B) | 345.85º | 0.94% | 0.82% | - |
| XYZ | 26.95 | 14.01 | 5.42 | - |
| YUV | 76.55 | 118.1 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 59 | 0 | 0.94 | 0.72 | 0.18 | 345.85 | 0.88 | 0.43 |
| Hex | D0 | D | 3B | 0 | 5E | 48 | 12 | 15A | 58 | 2B |
| Octal | 320 | 15 | 73 | 0 | 136 | 110 | 22 | 532 | 130 | 53 |
| Binary | 11010000 | 1101 | 111011 | 0 | 1011110 | 1001000 | 10010 | 101011010 | 1011000 | 101011 |
Color Harmonies of #D00D3B
Complementary color
Monochromatic Colors of #D00D3B
Black with #D00D3B
Text Example
Text Example
White with #D00D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00D3B; }
p { color: rgb(208,13,59); }
H1.HeaderClassName
{
color: #D00D3B;
}
.AnyTagClassName
{
color: #D00D3B;
}
</style>
background-color css
<style>
a { background-color: #D00D3B; }
a { background-color: rgb(208,13,59); }
div.DivClassName
{
background-color: #D00D3B;
}
.BgClassName
{
background-color: #D00D3B;
}
</style>
border-color css
<style>
span { border-color: #D00D3B; }
span { border-color: rgb(208,13,59); }
td.TdClassName
{
border-color: #D00D3B;
}
.TagClassName
{
border-color: #D00D3B;
}
</style>