Shades of Crimson #D2153E
Tints of Crimson #D2153E
RGB
CMYK
RGB Variations
Color information
#D2153E (or 0xD2153E) is known color: Crimson. HEX triplet: D2, 15 and 3E. RGB value is (210,21,62). Sum of RGB (Red+Green+Blue) = 210+21+62=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D2153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2153E is #2DEAC1. Grayscale: #525252. Windows color (decimal): -3009218 or 4068818. OLE color: 4068818.
HSL color Cylindrical-coordinate representation of color #D2153E: hue angle of 346.98º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2153E is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 62 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.18 |
| HSL | 346.98º | 0.82% | 0.45% | - |
| HSV(B) | 346.98º | 0.9% | 0.82% | - |
| XYZ | 27.72 | 14.59 | 5.91 | - |
| YUV | 82.19 | 116.62 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 62 | 0 | 0.90 | 0.70 | 0.18 | 346.98 | 0.82 | 0.45 |
| Hex | D2 | 15 | 3E | 0 | 5A | 46 | 12 | 15B | 52 | 2D |
| Octal | 322 | 25 | 76 | 0 | 132 | 106 | 22 | 533 | 122 | 55 |
| Binary | 11010010 | 10101 | 111110 | 0 | 1011010 | 1000110 | 10010 | 101011011 | 1010010 | 101101 |
Color Harmonies of #D2153E
Complementary color
Monochromatic Colors of #D2153E
Black with #D2153E
Text Example
Text Example
White with #D2153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2153E; }
p { color: rgb(210,21,62); }
H1.HeaderClassName
{
color: #D2153E;
}
.AnyTagClassName
{
color: #D2153E;
}
</style>
background-color css
<style>
a { background-color: #D2153E; }
a { background-color: rgb(210,21,62); }
div.DivClassName
{
background-color: #D2153E;
}
.BgClassName
{
background-color: #D2153E;
}
</style>
border-color css
<style>
span { border-color: #D2153E; }
span { border-color: rgb(210,21,62); }
td.TdClassName
{
border-color: #D2153E;
}
.TagClassName
{
border-color: #D2153E;
}
</style>