Shades of Crimson #D4133B
Tints of Crimson #D4133B
RGB
CMYK
RGB Variations
Color information
#D4133B (or 0xD4133B) is known color: Crimson. HEX triplet: D4, 13 and 3B. RGB value is (212,19,59). Sum of RGB (Red+Green+Blue) = 212+19+59=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4133B is #2BECC4. Grayscale: #515151. Windows color (decimal): -2878661 or 3871700. OLE color: 3871700.
HSL color Cylindrical-coordinate representation of color #D4133B: hue angle of 347.56º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4133B is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 59 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.17 |
| HSL | 347.56º | 0.84% | 0.45% | - |
| HSV(B) | 347.56º | 0.91% | 0.83% | - |
| XYZ | 28.17 | 14.78 | 5.51 | - |
| YUV | 81.27 | 115.44 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 59 | 0 | 0.91 | 0.72 | 0.17 | 347.56 | 0.84 | 0.45 |
| Hex | D4 | 13 | 3B | 0 | 5B | 48 | 11 | 15C | 54 | 2D |
| Octal | 324 | 23 | 73 | 0 | 133 | 110 | 21 | 534 | 124 | 55 |
| Binary | 11010100 | 10011 | 111011 | 0 | 1011011 | 1001000 | 10001 | 101011100 | 1010100 | 101101 |
Color Harmonies of #D4133B
Complementary color
Monochromatic Colors of #D4133B
Black with #D4133B
Text Example
Text Example
White with #D4133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4133B; }
p { color: rgb(212,19,59); }
H1.HeaderClassName
{
color: #D4133B;
}
.AnyTagClassName
{
color: #D4133B;
}
</style>
background-color css
<style>
a { background-color: #D4133B; }
a { background-color: rgb(212,19,59); }
div.DivClassName
{
background-color: #D4133B;
}
.BgClassName
{
background-color: #D4133B;
}
</style>
border-color css
<style>
span { border-color: #D4133B; }
span { border-color: rgb(212,19,59); }
td.TdClassName
{
border-color: #D4133B;
}
.TagClassName
{
border-color: #D4133B;
}
</style>