Shades of Crimson #D20934
Tints of Crimson #D20934
RGB
CMYK
RGB Variations
Color information
#D20934 (or 0xD20934) is known color: Crimson. HEX triplet: D2, 09 and 34. RGB value is (210,9,52). Sum of RGB (Red+Green+Blue) = 210+9+52=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D20934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20934 is #2DF6CB. Grayscale: #4A4A4A. Windows color (decimal): -3012300 or 3410386. OLE color: 3410386.
HSL color Cylindrical-coordinate representation of color #D20934: hue angle of 347.16º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20934 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 52 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.18 |
| HSL | 347.16º | 0.92% | 0.43% | - |
| HSV(B) | 347.16º | 0.96% | 0.82% | - |
| XYZ | 27.3 | 14.14 | 4.54 | - |
| YUV | 74 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 52 | 0 | 0.96 | 0.75 | 0.18 | 347.16 | 0.92 | 0.43 |
| Hex | D2 | 9 | 34 | 0 | 60 | 4B | 12 | 15B | 5C | 2B |
| Octal | 322 | 11 | 64 | 0 | 140 | 113 | 22 | 533 | 134 | 53 |
| Binary | 11010010 | 1001 | 110100 | 0 | 1100000 | 1001011 | 10010 | 101011011 | 1011100 | 101011 |
Color Harmonies of #D20934
Complementary color
Monochromatic Colors of #D20934
Black with #D20934
Text Example
Text Example
White with #D20934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20934; }
p { color: rgb(210,9,52); }
H1.HeaderClassName
{
color: #D20934;
}
.AnyTagClassName
{
color: #D20934;
}
</style>
background-color css
<style>
a { background-color: #D20934; }
a { background-color: rgb(210,9,52); }
div.DivClassName
{
background-color: #D20934;
}
.BgClassName
{
background-color: #D20934;
}
</style>
border-color css
<style>
span { border-color: #D20934; }
span { border-color: rgb(210,9,52); }
td.TdClassName
{
border-color: #D20934;
}
.TagClassName
{
border-color: #D20934;
}
</style>