Shades of Crimson #D40937
Tints of Crimson #D40937
RGB
CMYK
RGB Variations
Color information
#D40937 (or 0xD40937) is known color: Crimson. HEX triplet: D4, 09 and 37. RGB value is (212,9,55). Sum of RGB (Red+Green+Blue) = 212+9+55=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D40937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40937 is #2BF6C8. Grayscale: #4A4A4A. Windows color (decimal): -2881225 or 3606996. OLE color: 3606996.
HSL color Cylindrical-coordinate representation of color #D40937: hue angle of 346.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40937 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 55 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.17 |
| HSL | 346.4º | 0.92% | 0.43% | - |
| HSV(B) | 346.4º | 0.96% | 0.83% | - |
| XYZ | 27.94 | 14.47 | 4.93 | - |
| YUV | 74.94 | 116.75 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 55 | 0 | 0.96 | 0.74 | 0.17 | 346.4 | 0.92 | 0.43 |
| Hex | D4 | 9 | 37 | 0 | 60 | 4A | 11 | 15A | 5C | 2B |
| Octal | 324 | 11 | 67 | 0 | 140 | 112 | 21 | 532 | 134 | 53 |
| Binary | 11010100 | 1001 | 110111 | 0 | 1100000 | 1001010 | 10001 | 101011010 | 1011100 | 101011 |
Color Harmonies of #D40937
Complementary color
Monochromatic Colors of #D40937
Black with #D40937
Text Example
Text Example
White with #D40937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40937; }
p { color: rgb(212,9,55); }
H1.HeaderClassName
{
color: #D40937;
}
.AnyTagClassName
{
color: #D40937;
}
</style>
background-color css
<style>
a { background-color: #D40937; }
a { background-color: rgb(212,9,55); }
div.DivClassName
{
background-color: #D40937;
}
.BgClassName
{
background-color: #D40937;
}
</style>
border-color css
<style>
span { border-color: #D40937; }
span { border-color: rgb(212,9,55); }
td.TdClassName
{
border-color: #D40937;
}
.TagClassName
{
border-color: #D40937;
}
</style>