Shades of Crimson #D41A37
Tints of Crimson #D41A37
RGB
CMYK
RGB Variations
Color information
#D41A37 (or 0xD41A37) is known color: Crimson. HEX triplet: D4, 1A and 37. RGB value is (212,26,55). Sum of RGB (Red+Green+Blue) = 212+26+55=293 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.35% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A37 is #2BE5C8. Grayscale: #545454. Windows color (decimal): -2876873 or 3611348. OLE color: 3611348.
HSL color Cylindrical-coordinate representation of color #D41A37: hue angle of 350.65º 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 #D41A37 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 55 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.17 |
| HSL | 350.65º | 0.78% | 0.47% | - |
| HSV(B) | 350.65º | 0.88% | 0.83% | - |
| XYZ | 28.21 | 15.01 | 5.03 | - |
| YUV | 84.92 | 111.12 | 218.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 55 | 0 | 0.88 | 0.74 | 0.17 | 350.65 | 0.78 | 0.47 |
| Hex | D4 | 1A | 37 | 0 | 58 | 4A | 11 | 15F | 4E | 2F |
| Octal | 324 | 32 | 67 | 0 | 130 | 112 | 21 | 537 | 116 | 57 |
| Binary | 11010100 | 11010 | 110111 | 0 | 1011000 | 1001010 | 10001 | 101011111 | 1001110 | 101111 |
Color Harmonies of #D41A37
Complementary color
Monochromatic Colors of #D41A37
Black with #D41A37
Text Example
Text Example
White with #D41A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A37; }
p { color: rgb(212,26,55); }
H1.HeaderClassName
{
color: #D41A37;
}
.AnyTagClassName
{
color: #D41A37;
}
</style>
background-color css
<style>
a { background-color: #D41A37; }
a { background-color: rgb(212,26,55); }
div.DivClassName
{
background-color: #D41A37;
}
.BgClassName
{
background-color: #D41A37;
}
</style>
border-color css
<style>
span { border-color: #D41A37; }
span { border-color: rgb(212,26,55); }
td.TdClassName
{
border-color: #D41A37;
}
.TagClassName
{
border-color: #D41A37;
}
</style>