Shades of Crimson #D40B36
Tints of Crimson #D40B36
RGB
CMYK
RGB Variations
Color information
#D40B36 (or 0xD40B36) is known color: Crimson. HEX triplet: D4, 0B and 36. RGB value is (212,11,54). Sum of RGB (Red+Green+Blue) = 212+11+54=277 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.53% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 54 (21.48% from 255 or 19.49% from 277); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B36 is #2BF4C9. Grayscale: #4C4C4C. Windows color (decimal): -2880714 or 3541972. OLE color: 3541972.
HSL color Cylindrical-coordinate representation of color #D40B36: hue angle of 347.16º degrees, saturation: 0.9, 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 #D40B36 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 54 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.17 |
| HSL | 347.16º | 0.9% | 0.44% | - |
| HSV(B) | 347.16º | 0.95% | 0.83% | - |
| XYZ | 27.94 | 14.5 | 4.82 | - |
| YUV | 76 | 115.59 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 54 | 0 | 0.95 | 0.75 | 0.17 | 347.16 | 0.9 | 0.44 |
| Hex | D4 | B | 36 | 0 | 5F | 4B | 11 | 15B | 5A | 2C |
| Octal | 324 | 13 | 66 | 0 | 137 | 113 | 21 | 533 | 132 | 54 |
| Binary | 11010100 | 1011 | 110110 | 0 | 1011111 | 1001011 | 10001 | 101011011 | 1011010 | 101100 |
Color Harmonies of #D40B36
Complementary color
Monochromatic Colors of #D40B36
Black with #D40B36
Text Example
Text Example
White with #D40B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B36; }
p { color: rgb(212,11,54); }
H1.HeaderClassName
{
color: #D40B36;
}
.AnyTagClassName
{
color: #D40B36;
}
</style>
background-color css
<style>
a { background-color: #D40B36; }
a { background-color: rgb(212,11,54); }
div.DivClassName
{
background-color: #D40B36;
}
.BgClassName
{
background-color: #D40B36;
}
</style>
border-color css
<style>
span { border-color: #D40B36; }
span { border-color: rgb(212,11,54); }
td.TdClassName
{
border-color: #D40B36;
}
.TagClassName
{
border-color: #D40B36;
}
</style>