Shades of Crimson #D2133D
Tints of Crimson #D2133D
RGB
CMYK
RGB Variations
Color information
#D2133D (or 0xD2133D) is known color: Crimson. HEX triplet: D2, 13 and 3D. RGB value is (210,19,61). Sum of RGB (Red+Green+Blue) = 210+19+61=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2133D is #2DECC2. Grayscale: #505050. Windows color (decimal): -3009731 or 4002770. OLE color: 4002770.
HSL color Cylindrical-coordinate representation of color #D2133D: hue angle of 346.81º 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 #D2133D is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 61 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.18 |
| HSL | 346.81º | 0.83% | 0.45% | - |
| HSV(B) | 346.81º | 0.91% | 0.82% | - |
| XYZ | 27.65 | 14.5 | 5.76 | - |
| YUV | 80.9 | 116.78 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 61 | 0 | 0.91 | 0.71 | 0.18 | 346.81 | 0.83 | 0.45 |
| Hex | D2 | 13 | 3D | 0 | 5B | 47 | 12 | 15B | 53 | 2D |
| Octal | 322 | 23 | 75 | 0 | 133 | 107 | 22 | 533 | 123 | 55 |
| Binary | 11010010 | 10011 | 111101 | 0 | 1011011 | 1000111 | 10010 | 101011011 | 1010011 | 101101 |
Color Harmonies of #D2133D
Complementary color
Monochromatic Colors of #D2133D
Black with #D2133D
Text Example
Text Example
White with #D2133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2133D; }
p { color: rgb(210,19,61); }
H1.HeaderClassName
{
color: #D2133D;
}
.AnyTagClassName
{
color: #D2133D;
}
</style>
background-color css
<style>
a { background-color: #D2133D; }
a { background-color: rgb(210,19,61); }
div.DivClassName
{
background-color: #D2133D;
}
.BgClassName
{
background-color: #D2133D;
}
</style>
border-color css
<style>
span { border-color: #D2133D; }
span { border-color: rgb(210,19,61); }
td.TdClassName
{
border-color: #D2133D;
}
.TagClassName
{
border-color: #D2133D;
}
</style>