Shades of Crimson #D40C36
Tints of Crimson #D40C36
RGB
CMYK
RGB Variations
Color information
#D40C36 (or 0xD40C36) is known color: Crimson. HEX triplet: D4, 0C and 36. RGB value is (212,12,54). Sum of RGB (Red+Green+Blue) = 212+12+54=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D40C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40C36 is #2BF3C9. Grayscale: #4C4C4C. Windows color (decimal): -2880458 or 3542228. OLE color: 3542228.
HSL color Cylindrical-coordinate representation of color #D40C36: hue angle of 347.4º 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 #D40C36 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 12 | 54 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.17 |
| HSL | 347.4º | 0.89% | 0.44% | - |
| HSV(B) | 347.4º | 0.94% | 0.83% | - |
| XYZ | 27.95 | 14.53 | 4.82 | - |
| YUV | 76.59 | 115.26 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 54 | 0 | 0.94 | 0.75 | 0.17 | 347.4 | 0.89 | 0.44 |
| Hex | D4 | C | 36 | 0 | 5E | 4B | 11 | 15B | 59 | 2C |
| Octal | 324 | 14 | 66 | 0 | 136 | 113 | 21 | 533 | 131 | 54 |
| Binary | 11010100 | 1100 | 110110 | 0 | 1011110 | 1001011 | 10001 | 101011011 | 1011001 | 101100 |
Color Harmonies of #D40C36
Complementary color
Monochromatic Colors of #D40C36
Black with #D40C36
Text Example
Text Example
White with #D40C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40C36; }
p { color: rgb(212,12,54); }
H1.HeaderClassName
{
color: #D40C36;
}
.AnyTagClassName
{
color: #D40C36;
}
</style>
background-color css
<style>
a { background-color: #D40C36; }
a { background-color: rgb(212,12,54); }
div.DivClassName
{
background-color: #D40C36;
}
.BgClassName
{
background-color: #D40C36;
}
</style>
border-color css
<style>
span { border-color: #D40C36; }
span { border-color: rgb(212,12,54); }
td.TdClassName
{
border-color: #D40C36;
}
.TagClassName
{
border-color: #D40C36;
}
</style>