Shades of Crimson #D20B42
Tints of Crimson #D20B42
RGB
CMYK
RGB Variations
Color information
#D20B42 (or 0xD20B42) is known color: Crimson. HEX triplet: D2, 0B and 42. RGB value is (210,11,66). Sum of RGB (Red+Green+Blue) = 210+11+66=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D20B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20B42 is #2DF4BD. Grayscale: #4C4C4C. Windows color (decimal): -3011774 or 4328402. OLE color: 4328402.
HSL color Cylindrical-coordinate representation of color #D20B42: hue angle of 343.42º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20B42 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 11 | 66 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.18 |
| HSL | 343.42º | 0.9% | 0.43% | - |
| HSV(B) | 343.42º | 0.95% | 0.82% | - |
| XYZ | 27.68 | 14.33 | 6.46 | - |
| YUV | 76.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 11 | 66 | 0 | 0.95 | 0.69 | 0.18 | 343.42 | 0.9 | 0.43 |
| Hex | D2 | B | 42 | 0 | 5F | 45 | 12 | 157 | 5A | 2B |
| Octal | 322 | 13 | 102 | 0 | 137 | 105 | 22 | 527 | 132 | 53 |
| Binary | 11010010 | 1011 | 1000010 | 0 | 1011111 | 1000101 | 10010 | 101010111 | 1011010 | 101011 |
Color Harmonies of #D20B42
Complementary color
Monochromatic Colors of #D20B42
Black with #D20B42
Text Example
Text Example
White with #D20B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20B42; }
p { color: rgb(210,11,66); }
H1.HeaderClassName
{
color: #D20B42;
}
.AnyTagClassName
{
color: #D20B42;
}
</style>
background-color css
<style>
a { background-color: #D20B42; }
a { background-color: rgb(210,11,66); }
div.DivClassName
{
background-color: #D20B42;
}
.BgClassName
{
background-color: #D20B42;
}
</style>
border-color css
<style>
span { border-color: #D20B42; }
span { border-color: rgb(210,11,66); }
td.TdClassName
{
border-color: #D20B42;
}
.TagClassName
{
border-color: #D20B42;
}
</style>