Shades of Crimson #D20034
Tints of Crimson #D20034
RGB
CMYK
RGB Variations
Color information
#D20034 (or 0xD20034) is known color: Crimson. HEX triplet: D2, 00 and 34. RGB value is (210,0,52). Sum of RGB (Red+Green+Blue) = 210+0+52=262 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.15% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 210 - color contains mainly: red. Hex color #D20034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20034 is #2DFFCB. Grayscale: #444444. Windows color (decimal): -3014604 or 3408082. OLE color: 3408082.
HSL color Cylindrical-coordinate representation of color #D20034: hue angle of 345.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20034 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.75 | 0.18 |
| HSL | 345.14º | 1% | 0.41% | - |
| HSV(B) | 345.14º | 1% | 0.82% | - |
| XYZ | 27.2 | 13.95 | 4.51 | - |
| YUV | 68.72 | 118.57 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 52 | 0 | 1 | 0.75 | 0.18 | 345.14 | 1 | 0.41 |
| Hex | D2 | 0 | 34 | 0 | 64 | 4B | 12 | 159 | 64 | 29 |
| Octal | 322 | 0 | 64 | 0 | 144 | 113 | 22 | 531 | 144 | 51 |
| Binary | 11010010 | 0 | 110100 | 0 | 1100100 | 1001011 | 10010 | 101011001 | 1100100 | 101001 |
Color Harmonies of #D20034
Complementary color
Monochromatic Colors of #D20034
Black with #D20034
Text Example
Text Example
White with #D20034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20034; }
p { color: rgb(210,0,52); }
H1.HeaderClassName
{
color: #D20034;
}
.AnyTagClassName
{
color: #D20034;
}
</style>
background-color css
<style>
a { background-color: #D20034; }
a { background-color: rgb(210,0,52); }
div.DivClassName
{
background-color: #D20034;
}
.BgClassName
{
background-color: #D20034;
}
</style>
border-color css
<style>
span { border-color: #D20034; }
span { border-color: rgb(210,0,52); }
td.TdClassName
{
border-color: #D20034;
}
.TagClassName
{
border-color: #D20034;
}
</style>