Shades of Crimson #D20236
Tints of Crimson #D20236
RGB
CMYK
RGB Variations
Color information
#D20236 (or 0xD20236) is known color: Crimson. HEX triplet: D2, 02 and 36. RGB value is (210,2,54). Sum of RGB (Red+Green+Blue) = 210+2+54=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D20236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20236 is #2DFDC9. Grayscale: #464646. Windows color (decimal): -3014090 or 3539666. OLE color: 3539666.
HSL color Cylindrical-coordinate representation of color #D20236: hue angle of 345º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20236 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.18 |
| HSL | 345º | 0.98% | 0.42% | - |
| HSV(B) | 345º | 0.99% | 0.82% | - |
| XYZ | 27.27 | 14.01 | 4.76 | - |
| YUV | 70.12 | 118.91 | 227.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 54 | 0 | 0.99 | 0.74 | 0.18 | 345 | 0.98 | 0.42 |
| Hex | D2 | 2 | 36 | 0 | 63 | 4A | 12 | 159 | 62 | 2A |
| Octal | 322 | 2 | 66 | 0 | 143 | 112 | 22 | 531 | 142 | 52 |
| Binary | 11010010 | 10 | 110110 | 0 | 1100011 | 1001010 | 10010 | 101011001 | 1100010 | 101010 |
Color Harmonies of #D20236
Complementary color
Monochromatic Colors of #D20236
Black with #D20236
Text Example
Text Example
White with #D20236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20236; }
p { color: rgb(210,2,54); }
H1.HeaderClassName
{
color: #D20236;
}
.AnyTagClassName
{
color: #D20236;
}
</style>
background-color css
<style>
a { background-color: #D20236; }
a { background-color: rgb(210,2,54); }
div.DivClassName
{
background-color: #D20236;
}
.BgClassName
{
background-color: #D20236;
}
</style>
border-color css
<style>
span { border-color: #D20236; }
span { border-color: rgb(210,2,54); }
td.TdClassName
{
border-color: #D20236;
}
.TagClassName
{
border-color: #D20236;
}
</style>