Shades of Crimson #D40A37
Tints of Crimson #D40A37
RGB
CMYK
RGB Variations
Color information
#D40A37 (or 0xD40A37) is known color: Crimson. HEX triplet: D4, 0A and 37. RGB value is (212,10,55). Sum of RGB (Red+Green+Blue) = 212+10+55=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A37 is #2BF5C8. Grayscale: #4B4B4B. Windows color (decimal): -2880969 or 3607252. OLE color: 3607252.
HSL color Cylindrical-coordinate representation of color #D40A37: hue angle of 346.63º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40A37 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 10 | 55 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.17 |
| HSL | 346.63º | 0.91% | 0.44% | - |
| HSV(B) | 346.63º | 0.95% | 0.83% | - |
| XYZ | 27.95 | 14.49 | 4.94 | - |
| YUV | 75.53 | 116.42 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 10 | 55 | 0 | 0.95 | 0.74 | 0.17 | 346.63 | 0.91 | 0.44 |
| Hex | D4 | A | 37 | 0 | 5F | 4A | 11 | 15B | 5B | 2C |
| Octal | 324 | 12 | 67 | 0 | 137 | 112 | 21 | 533 | 133 | 54 |
| Binary | 11010100 | 1010 | 110111 | 0 | 1011111 | 1001010 | 10001 | 101011011 | 1011011 | 101100 |
Color Harmonies of #D40A37
Complementary color
Monochromatic Colors of #D40A37
Black with #D40A37
Text Example
Text Example
White with #D40A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40A37; }
p { color: rgb(212,10,55); }
H1.HeaderClassName
{
color: #D40A37;
}
.AnyTagClassName
{
color: #D40A37;
}
</style>
background-color css
<style>
a { background-color: #D40A37; }
a { background-color: rgb(212,10,55); }
div.DivClassName
{
background-color: #D40A37;
}
.BgClassName
{
background-color: #D40A37;
}
</style>
border-color css
<style>
span { border-color: #D40A37; }
span { border-color: rgb(212,10,55); }
td.TdClassName
{
border-color: #D40A37;
}
.TagClassName
{
border-color: #D40A37;
}
</style>