Shades of Crimson #D2133A
Tints of Crimson #D2133A
RGB
CMYK
RGB Variations
Color information
#D2133A (or 0xD2133A) is known color: Crimson. HEX triplet: D2, 13 and 3A. RGB value is (210,19,58). Sum of RGB (Red+Green+Blue) = 210+19+58=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2133A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2133A is #2DECC5. Grayscale: #505050. Windows color (decimal): -3009734 or 3806162. OLE color: 3806162.
HSL color Cylindrical-coordinate representation of color #D2133A: hue angle of 347.75º 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 #D2133A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 58 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.18 |
| HSL | 347.75º | 0.83% | 0.45% | - |
| HSV(B) | 347.75º | 0.91% | 0.82% | - |
| XYZ | 27.57 | 14.47 | 5.34 | - |
| YUV | 80.56 | 115.28 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 58 | 0 | 0.91 | 0.72 | 0.18 | 347.75 | 0.83 | 0.45 |
| Hex | D2 | 13 | 3A | 0 | 5B | 48 | 12 | 15C | 53 | 2D |
| Octal | 322 | 23 | 72 | 0 | 133 | 110 | 22 | 534 | 123 | 55 |
| Binary | 11010010 | 10011 | 111010 | 0 | 1011011 | 1001000 | 10010 | 101011100 | 1010011 | 101101 |
Color Harmonies of #D2133A
Complementary color
Monochromatic Colors of #D2133A
Black with #D2133A
Text Example
Text Example
White with #D2133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2133A; }
p { color: rgb(210,19,58); }
H1.HeaderClassName
{
color: #D2133A;
}
.AnyTagClassName
{
color: #D2133A;
}
</style>
background-color css
<style>
a { background-color: #D2133A; }
a { background-color: rgb(210,19,58); }
div.DivClassName
{
background-color: #D2133A;
}
.BgClassName
{
background-color: #D2133A;
}
</style>
border-color css
<style>
span { border-color: #D2133A; }
span { border-color: rgb(210,19,58); }
td.TdClassName
{
border-color: #D2133A;
}
.TagClassName
{
border-color: #D2133A;
}
</style>