Shades of Crimson #D41A32
Tints of Crimson #D41A32
RGB
CMYK
RGB Variations
Color information
#D41A32 (or 0xD41A32) is known color: Crimson. HEX triplet: D4, 1A and 32. RGB value is (212,26,50). Sum of RGB (Red+Green+Blue) = 212+26+50=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A32 is #2BE5CD. Grayscale: #545454. Windows color (decimal): -2876878 or 3283668. OLE color: 3283668.
HSL color Cylindrical-coordinate representation of color #D41A32: hue angle of 352.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A32 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 50 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.17 |
| HSL | 352.26º | 0.78% | 0.47% | - |
| HSV(B) | 352.26º | 0.88% | 0.83% | - |
| XYZ | 28.1 | 14.97 | 4.43 | - |
| YUV | 84.35 | 108.62 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 50 | 0 | 0.88 | 0.76 | 0.17 | 352.26 | 0.78 | 0.47 |
| Hex | D4 | 1A | 32 | 0 | 58 | 4C | 11 | 160 | 4E | 2F |
| Octal | 324 | 32 | 62 | 0 | 130 | 114 | 21 | 540 | 116 | 57 |
| Binary | 11010100 | 11010 | 110010 | 0 | 1011000 | 1001100 | 10001 | 101100000 | 1001110 | 101111 |
Color Harmonies of #D41A32
Complementary color
Monochromatic Colors of #D41A32
Black with #D41A32
Text Example
Text Example
White with #D41A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A32; }
p { color: rgb(212,26,50); }
H1.HeaderClassName
{
color: #D41A32;
}
.AnyTagClassName
{
color: #D41A32;
}
</style>
background-color css
<style>
a { background-color: #D41A32; }
a { background-color: rgb(212,26,50); }
div.DivClassName
{
background-color: #D41A32;
}
.BgClassName
{
background-color: #D41A32;
}
</style>
border-color css
<style>
span { border-color: #D41A32; }
span { border-color: rgb(212,26,50); }
td.TdClassName
{
border-color: #D41A32;
}
.TagClassName
{
border-color: #D41A32;
}
</style>