Shades of Crimson #D2133B
Tints of Crimson #D2133B
RGB
CMYK
RGB Variations
Color information
#D2133B (or 0xD2133B) is known color: Crimson. HEX triplet: D2, 13 and 3B. RGB value is (210,19,59). Sum of RGB (Red+Green+Blue) = 210+19+59=288 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.92% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 210 - color contains mainly: red. Hex color #D2133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2133B is #2DECC4. Grayscale: #505050. Windows color (decimal): -3009733 or 3871698. OLE color: 3871698.
HSL color Cylindrical-coordinate representation of color #D2133B: hue angle of 347.43º 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 #D2133B is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 59 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.18 |
| HSL | 347.43º | 0.83% | 0.45% | - |
| HSV(B) | 347.43º | 0.91% | 0.82% | - |
| XYZ | 27.6 | 14.48 | 5.48 | - |
| YUV | 80.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 59 | 0 | 0.91 | 0.72 | 0.18 | 347.43 | 0.83 | 0.45 |
| Hex | D2 | 13 | 3B | 0 | 5B | 48 | 12 | 15B | 53 | 2D |
| Octal | 322 | 23 | 73 | 0 | 133 | 110 | 22 | 533 | 123 | 55 |
| Binary | 11010010 | 10011 | 111011 | 0 | 1011011 | 1001000 | 10010 | 101011011 | 1010011 | 101101 |
Color Harmonies of #D2133B
Complementary color
Monochromatic Colors of #D2133B
Black with #D2133B
Text Example
Text Example
White with #D2133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2133B; }
p { color: rgb(210,19,59); }
H1.HeaderClassName
{
color: #D2133B;
}
.AnyTagClassName
{
color: #D2133B;
}
</style>
background-color css
<style>
a { background-color: #D2133B; }
a { background-color: rgb(210,19,59); }
div.DivClassName
{
background-color: #D2133B;
}
.BgClassName
{
background-color: #D2133B;
}
</style>
border-color css
<style>
span { border-color: #D2133B; }
span { border-color: rgb(210,19,59); }
td.TdClassName
{
border-color: #D2133B;
}
.TagClassName
{
border-color: #D2133B;
}
</style>