Shades of Crimson #D40B3E
Tints of Crimson #D40B3E
RGB
CMYK
RGB Variations
Color information
#D40B3E (or 0xD40B3E) is known color: Crimson. HEX triplet: D4, 0B and 3E. RGB value is (212,11,62). Sum of RGB (Red+Green+Blue) = 212+11+62=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B3E is #2BF4C1. Grayscale: #4C4C4C. Windows color (decimal): -2880706 or 4066260. OLE color: 4066260.
HSL color Cylindrical-coordinate representation of color #D40B3E: hue angle of 344.78º 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 #D40B3E is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 62 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.17 |
| HSL | 344.78º | 0.9% | 0.44% | - |
| HSV(B) | 344.78º | 0.95% | 0.83% | - |
| XYZ | 28.14 | 14.58 | 5.89 | - |
| YUV | 76.91 | 119.59 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 62 | 0 | 0.95 | 0.71 | 0.17 | 344.78 | 0.9 | 0.44 |
| Hex | D4 | B | 3E | 0 | 5F | 47 | 11 | 159 | 5A | 2C |
| Octal | 324 | 13 | 76 | 0 | 137 | 107 | 21 | 531 | 132 | 54 |
| Binary | 11010100 | 1011 | 111110 | 0 | 1011111 | 1000111 | 10001 | 101011001 | 1011010 | 101100 |
Color Harmonies of #D40B3E
Complementary color
Monochromatic Colors of #D40B3E
Black with #D40B3E
Text Example
Text Example
White with #D40B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B3E; }
p { color: rgb(212,11,62); }
H1.HeaderClassName
{
color: #D40B3E;
}
.AnyTagClassName
{
color: #D40B3E;
}
</style>
background-color css
<style>
a { background-color: #D40B3E; }
a { background-color: rgb(212,11,62); }
div.DivClassName
{
background-color: #D40B3E;
}
.BgClassName
{
background-color: #D40B3E;
}
</style>
border-color css
<style>
span { border-color: #D40B3E; }
span { border-color: rgb(212,11,62); }
td.TdClassName
{
border-color: #D40B3E;
}
.TagClassName
{
border-color: #D40B3E;
}
</style>