Shades of Crimson #D40B3F
Tints of Crimson #D40B3F
RGB
CMYK
RGB Variations
Color information
#D40B3F (or 0xD40B3F) is known color: Crimson. HEX triplet: D4, 0B and 3F. RGB value is (212,11,63). Sum of RGB (Red+Green+Blue) = 212+11+63=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B3F is #2BF4C0. Grayscale: #4D4D4D. Windows color (decimal): -2880705 or 4131796. OLE color: 4131796.
HSL color Cylindrical-coordinate representation of color #D40B3F: hue angle of 344.48º 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 #D40B3F is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 63 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.17 |
| HSL | 344.48º | 0.9% | 0.44% | - |
| HSV(B) | 344.48º | 0.95% | 0.83% | - |
| XYZ | 28.17 | 14.6 | 6.04 | - |
| YUV | 77.03 | 120.09 | 224.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 63 | 0 | 0.95 | 0.70 | 0.17 | 344.48 | 0.9 | 0.44 |
| Hex | D4 | B | 3F | 0 | 5F | 46 | 11 | 158 | 5A | 2C |
| Octal | 324 | 13 | 77 | 0 | 137 | 106 | 21 | 530 | 132 | 54 |
| Binary | 11010100 | 1011 | 111111 | 0 | 1011111 | 1000110 | 10001 | 101011000 | 1011010 | 101100 |
Color Harmonies of #D40B3F
Complementary color
Monochromatic Colors of #D40B3F
Black with #D40B3F
Text Example
Text Example
White with #D40B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B3F; }
p { color: rgb(212,11,63); }
H1.HeaderClassName
{
color: #D40B3F;
}
.AnyTagClassName
{
color: #D40B3F;
}
</style>
background-color css
<style>
a { background-color: #D40B3F; }
a { background-color: rgb(212,11,63); }
div.DivClassName
{
background-color: #D40B3F;
}
.BgClassName
{
background-color: #D40B3F;
}
</style>
border-color css
<style>
span { border-color: #D40B3F; }
span { border-color: rgb(212,11,63); }
td.TdClassName
{
border-color: #D40B3F;
}
.TagClassName
{
border-color: #D40B3F;
}
</style>