Shades of Crimson #D40C35
Tints of Crimson #D40C35
RGB
CMYK
RGB Variations
Color information
#D40C35 (or 0xD40C35) is known color: Crimson. HEX triplet: D4, 0C and 35. RGB value is (212,12,53). Sum of RGB (Red+Green+Blue) = 212+12+53=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C35 is #2BF3CA. Grayscale: #4C4C4C. Windows color (decimal): -2880459 or 3476692. OLE color: 3476692.
HSL color Cylindrical-coordinate representation of color #D40C35: hue angle of 347.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40C35 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 53 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.17 |
| HSL | 347.7º | 0.89% | 0.44% | - |
| HSV(B) | 347.7º | 0.94% | 0.83% | - |
| XYZ | 27.93 | 14.52 | 4.7 | - |
| YUV | 76.47 | 114.76 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 53 | 0 | 0.94 | 0.75 | 0.17 | 347.7 | 0.89 | 0.44 |
| Hex | D4 | C | 35 | 0 | 5E | 4B | 11 | 15C | 59 | 2C |
| Octal | 324 | 14 | 65 | 0 | 136 | 113 | 21 | 534 | 131 | 54 |
| Binary | 11010100 | 1100 | 110101 | 0 | 1011110 | 1001011 | 10001 | 101011100 | 1011001 | 101100 |
Color Harmonies of #D40C35
Complementary color
Monochromatic Colors of #D40C35
Black with #D40C35
Text Example
Text Example
White with #D40C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C35; }
p { color: rgb(212,12,53); }
H1.HeaderClassName
{
color: #D40C35;
}
.AnyTagClassName
{
color: #D40C35;
}
</style>
background-color css
<style>
a { background-color: #D40C35; }
a { background-color: rgb(212,12,53); }
div.DivClassName
{
background-color: #D40C35;
}
.BgClassName
{
background-color: #D40C35;
}
</style>
border-color css
<style>
span { border-color: #D40C35; }
span { border-color: rgb(212,12,53); }
td.TdClassName
{
border-color: #D40C35;
}
.TagClassName
{
border-color: #D40C35;
}
</style>