Shades of Crimson #D20D33
Tints of Crimson #D20D33
RGB
CMYK
RGB Variations
Color information
#D20D33 (or 0xD20D33) is known color: Crimson. HEX triplet: D2, 0D and 33. RGB value is (210,13,51). Sum of RGB (Red+Green+Blue) = 210+13+51=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20D33 is #2DF2CC. Grayscale: #4C4C4C. Windows color (decimal): -3011277 or 3345874. OLE color: 3345874.
HSL color Cylindrical-coordinate representation of color #D20D33: hue angle of 348.43º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D33 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 51 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.18 |
| HSL | 348.43º | 0.88% | 0.44% | - |
| HSV(B) | 348.43º | 0.94% | 0.82% | - |
| XYZ | 27.32 | 14.23 | 4.44 | - |
| YUV | 76.24 | 113.77 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 51 | 0 | 0.94 | 0.76 | 0.18 | 348.43 | 0.88 | 0.44 |
| Hex | D2 | D | 33 | 0 | 5E | 4C | 12 | 15C | 58 | 2C |
| Octal | 322 | 15 | 63 | 0 | 136 | 114 | 22 | 534 | 130 | 54 |
| Binary | 11010010 | 1101 | 110011 | 0 | 1011110 | 1001100 | 10010 | 101011100 | 1011000 | 101100 |
Color Harmonies of #D20D33
Complementary color
Monochromatic Colors of #D20D33
Black with #D20D33
Text Example
Text Example
White with #D20D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D33; }
p { color: rgb(210,13,51); }
H1.HeaderClassName
{
color: #D20D33;
}
.AnyTagClassName
{
color: #D20D33;
}
</style>
background-color css
<style>
a { background-color: #D20D33; }
a { background-color: rgb(210,13,51); }
div.DivClassName
{
background-color: #D20D33;
}
.BgClassName
{
background-color: #D20D33;
}
</style>
border-color css
<style>
span { border-color: #D20D33; }
span { border-color: rgb(210,13,51); }
td.TdClassName
{
border-color: #D20D33;
}
.TagClassName
{
border-color: #D20D33;
}
</style>