Shades of Crimson #D40B45
Tints of Crimson #D40B45
RGB
CMYK
RGB Variations
Color information
#D40B45 (or 0xD40B45) is known color: Crimson. HEX triplet: D4, 0B and 45. RGB value is (212,11,69). Sum of RGB (Red+Green+Blue) = 212+11+69=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B45 is #2BF4BA. Grayscale: #4D4D4D. Windows color (decimal): -2880699 or 4525012. OLE color: 4525012.
HSL color Cylindrical-coordinate representation of color #D40B45: hue angle of 342.69º 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 #D40B45 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 69 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.17 |
| HSL | 342.69º | 0.9% | 0.44% | - |
| HSV(B) | 342.69º | 0.95% | 0.83% | - |
| XYZ | 28.35 | 14.67 | 6.97 | - |
| YUV | 77.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 69 | 0 | 0.95 | 0.67 | 0.17 | 342.69 | 0.9 | 0.44 |
| Hex | D4 | B | 45 | 0 | 5F | 43 | 11 | 157 | 5A | 2C |
| Octal | 324 | 13 | 105 | 0 | 137 | 103 | 21 | 527 | 132 | 54 |
| Binary | 11010100 | 1011 | 1000101 | 0 | 1011111 | 1000011 | 10001 | 101010111 | 1011010 | 101100 |
Color Harmonies of #D40B45
Complementary color
Monochromatic Colors of #D40B45
Black with #D40B45
Text Example
Text Example
White with #D40B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B45; }
p { color: rgb(212,11,69); }
H1.HeaderClassName
{
color: #D40B45;
}
.AnyTagClassName
{
color: #D40B45;
}
</style>
background-color css
<style>
a { background-color: #D40B45; }
a { background-color: rgb(212,11,69); }
div.DivClassName
{
background-color: #D40B45;
}
.BgClassName
{
background-color: #D40B45;
}
</style>
border-color css
<style>
span { border-color: #D40B45; }
span { border-color: rgb(212,11,69); }
td.TdClassName
{
border-color: #D40B45;
}
.TagClassName
{
border-color: #D40B45;
}
</style>