Shades of Crimson #D4113A
Tints of Crimson #D4113A
RGB
CMYK
RGB Variations
Color information
#D4113A (or 0xD4113A) is known color: Crimson. HEX triplet: D4, 11 and 3A. RGB value is (212,17,58). Sum of RGB (Red+Green+Blue) = 212+17+58=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D4113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4113A is #2BEEC5. Grayscale: #505050. Windows color (decimal): -2879174 or 3805652. OLE color: 3805652.
HSL color Cylindrical-coordinate representation of color #D4113A: hue angle of 347.38º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4113A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 58 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.17 |
| HSL | 347.38º | 0.85% | 0.45% | - |
| HSV(B) | 347.38º | 0.92% | 0.83% | - |
| XYZ | 28.12 | 14.7 | 5.36 | - |
| YUV | 79.98 | 115.6 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 58 | 0 | 0.92 | 0.73 | 0.17 | 347.38 | 0.85 | 0.45 |
| Hex | D4 | 11 | 3A | 0 | 5C | 49 | 11 | 15B | 55 | 2D |
| Octal | 324 | 21 | 72 | 0 | 134 | 111 | 21 | 533 | 125 | 55 |
| Binary | 11010100 | 10001 | 111010 | 0 | 1011100 | 1001001 | 10001 | 101011011 | 1010101 | 101101 |
Color Harmonies of #D4113A
Complementary color
Monochromatic Colors of #D4113A
Black with #D4113A
Text Example
Text Example
White with #D4113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4113A; }
p { color: rgb(212,17,58); }
H1.HeaderClassName
{
color: #D4113A;
}
.AnyTagClassName
{
color: #D4113A;
}
</style>
background-color css
<style>
a { background-color: #D4113A; }
a { background-color: rgb(212,17,58); }
div.DivClassName
{
background-color: #D4113A;
}
.BgClassName
{
background-color: #D4113A;
}
</style>
border-color css
<style>
span { border-color: #D4113A; }
span { border-color: rgb(212,17,58); }
td.TdClassName
{
border-color: #D4113A;
}
.TagClassName
{
border-color: #D4113A;
}
</style>