Shades of Crimson #D4133E
Tints of Crimson #D4133E
RGB
CMYK
RGB Variations
Color information
#D4133E (or 0xD4133E) is known color: Crimson. HEX triplet: D4, 13 and 3E. RGB value is (212,19,62). Sum of RGB (Red+Green+Blue) = 212+19+62=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D4133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4133E is #2BECC1. Grayscale: #515151. Windows color (decimal): -2878658 or 4068308. OLE color: 4068308.
HSL color Cylindrical-coordinate representation of color #D4133E: hue angle of 346.63º 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 #D4133E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 62 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.17 |
| HSL | 346.63º | 0.84% | 0.45% | - |
| HSV(B) | 346.63º | 0.91% | 0.83% | - |
| XYZ | 28.25 | 14.81 | 5.93 | - |
| YUV | 81.61 | 116.94 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 62 | 0 | 0.91 | 0.71 | 0.17 | 346.63 | 0.84 | 0.45 |
| Hex | D4 | 13 | 3E | 0 | 5B | 47 | 11 | 15B | 54 | 2D |
| Octal | 324 | 23 | 76 | 0 | 133 | 107 | 21 | 533 | 124 | 55 |
| Binary | 11010100 | 10011 | 111110 | 0 | 1011011 | 1000111 | 10001 | 101011011 | 1010100 | 101101 |
Color Harmonies of #D4133E
Complementary color
Monochromatic Colors of #D4133E
Black with #D4133E
Text Example
Text Example
White with #D4133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4133E; }
p { color: rgb(212,19,62); }
H1.HeaderClassName
{
color: #D4133E;
}
.AnyTagClassName
{
color: #D4133E;
}
</style>
background-color css
<style>
a { background-color: #D4133E; }
a { background-color: rgb(212,19,62); }
div.DivClassName
{
background-color: #D4133E;
}
.BgClassName
{
background-color: #D4133E;
}
</style>
border-color css
<style>
span { border-color: #D4133E; }
span { border-color: rgb(212,19,62); }
td.TdClassName
{
border-color: #D4133E;
}
.TagClassName
{
border-color: #D4133E;
}
</style>