Shades of Crimson #D41340
Tints of Crimson #D41340
RGB
CMYK
RGB Variations
Color information
#D41340 (or 0xD41340) is known color: Crimson. HEX triplet: D4, 13 and 40. RGB value is (212,19,64). Sum of RGB (Red+Green+Blue) = 212+19+64=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D41340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41340 is #2BECBF. Grayscale: #515151. Windows color (decimal): -2878656 or 4199380. OLE color: 4199380.
HSL color Cylindrical-coordinate representation of color #D41340: hue angle of 346.01º 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 #D41340 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 64 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.17 |
| HSL | 346.01º | 0.84% | 0.45% | - |
| HSV(B) | 346.01º | 0.91% | 0.83% | - |
| XYZ | 28.31 | 14.83 | 6.22 | - |
| YUV | 81.84 | 117.94 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 64 | 0 | 0.91 | 0.70 | 0.17 | 346.01 | 0.84 | 0.45 |
| Hex | D4 | 13 | 40 | 0 | 5B | 46 | 11 | 15A | 54 | 2D |
| Octal | 324 | 23 | 100 | 0 | 133 | 106 | 21 | 532 | 124 | 55 |
| Binary | 11010100 | 10011 | 1000000 | 0 | 1011011 | 1000110 | 10001 | 101011010 | 1010100 | 101101 |
Color Harmonies of #D41340
Complementary color
Monochromatic Colors of #D41340
Black with #D41340
Text Example
Text Example
White with #D41340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41340; }
p { color: rgb(212,19,64); }
H1.HeaderClassName
{
color: #D41340;
}
.AnyTagClassName
{
color: #D41340;
}
</style>
background-color css
<style>
a { background-color: #D41340; }
a { background-color: rgb(212,19,64); }
div.DivClassName
{
background-color: #D41340;
}
.BgClassName
{
background-color: #D41340;
}
</style>
border-color css
<style>
span { border-color: #D41340; }
span { border-color: rgb(212,19,64); }
td.TdClassName
{
border-color: #D41340;
}
.TagClassName
{
border-color: #D41340;
}
</style>