Shades of Crimson #D2133E
Tints of Crimson #D2133E
RGB
CMYK
RGB Variations
Color information
#D2133E (or 0xD2133E) is known color: Crimson. HEX triplet: D2, 13 and 3E. RGB value is (210,19,62). Sum of RGB (Red+Green+Blue) = 210+19+62=291 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.16% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 210 - color contains mainly: red. Hex color #D2133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2133E is #2DECC1. Grayscale: #515151. Windows color (decimal): -3009730 or 4068306. OLE color: 4068306.
HSL color Cylindrical-coordinate representation of color #D2133E: hue angle of 346.49º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D2133E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.18 |
| HSL | 346.49º | 0.83% | 0.45% | - |
| HSV(B) | 346.49º | 0.91% | 0.82% | - |
| XYZ | 27.68 | 14.52 | 5.9 | - |
| YUV | 81.01 | 117.28 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 62 | 0 | 0.91 | 0.70 | 0.18 | 346.49 | 0.83 | 0.45 |
| Hex | D2 | 13 | 3E | 0 | 5B | 46 | 12 | 15A | 53 | 2D |
| Octal | 322 | 23 | 76 | 0 | 133 | 106 | 22 | 532 | 123 | 55 |
| Binary | 11010010 | 10011 | 111110 | 0 | 1011011 | 1000110 | 10010 | 101011010 | 1010011 | 101101 |
Color Harmonies of #D2133E
Complementary color
Monochromatic Colors of #D2133E
Black with #D2133E
Text Example
Text Example
White with #D2133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2133E; }
p { color: rgb(210,19,62); }
H1.HeaderClassName
{
color: #D2133E;
}
.AnyTagClassName
{
color: #D2133E;
}
</style>
background-color css
<style>
a { background-color: #D2133E; }
a { background-color: rgb(210,19,62); }
div.DivClassName
{
background-color: #D2133E;
}
.BgClassName
{
background-color: #D2133E;
}
</style>
border-color css
<style>
span { border-color: #D2133E; }
span { border-color: rgb(210,19,62); }
td.TdClassName
{
border-color: #D2133E;
}
.TagClassName
{
border-color: #D2133E;
}
</style>