Shades of Crimson #D2153B
Tints of Crimson #D2153B
RGB
CMYK
RGB Variations
Color information
#D2153B (or 0xD2153B) is known color: Crimson. HEX triplet: D2, 15 and 3B. RGB value is (210,21,59). Sum of RGB (Red+Green+Blue) = 210+21+59=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2153B is #2DEAC4. Grayscale: #515151. Windows color (decimal): -3009221 or 3872210. OLE color: 3872210.
HSL color Cylindrical-coordinate representation of color #D2153B: hue angle of 347.94º 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 #D2153B is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 59 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.18 |
| HSL | 347.94º | 0.82% | 0.45% | - |
| HSV(B) | 347.94º | 0.9% | 0.82% | - |
| XYZ | 27.64 | 14.55 | 5.49 | - |
| YUV | 81.84 | 115.12 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 59 | 0 | 0.90 | 0.72 | 0.18 | 347.94 | 0.82 | 0.45 |
| Hex | D2 | 15 | 3B | 0 | 5A | 48 | 12 | 15C | 52 | 2D |
| Octal | 322 | 25 | 73 | 0 | 132 | 110 | 22 | 534 | 122 | 55 |
| Binary | 11010010 | 10101 | 111011 | 0 | 1011010 | 1001000 | 10010 | 101011100 | 1010010 | 101101 |
Color Harmonies of #D2153B
Complementary color
Monochromatic Colors of #D2153B
Black with #D2153B
Text Example
Text Example
White with #D2153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2153B; }
p { color: rgb(210,21,59); }
H1.HeaderClassName
{
color: #D2153B;
}
.AnyTagClassName
{
color: #D2153B;
}
</style>
background-color css
<style>
a { background-color: #D2153B; }
a { background-color: rgb(210,21,59); }
div.DivClassName
{
background-color: #D2153B;
}
.BgClassName
{
background-color: #D2153B;
}
</style>
border-color css
<style>
span { border-color: #D2153B; }
span { border-color: rgb(210,21,59); }
td.TdClassName
{
border-color: #D2153B;
}
.TagClassName
{
border-color: #D2153B;
}
</style>