Shades of Crimson #D40B43
Tints of Crimson #D40B43
RGB
CMYK
RGB Variations
Color information
#D40B43 (or 0xD40B43) is known color: Crimson. HEX triplet: D4, 0B and 43. RGB value is (212,11,67). Sum of RGB (Red+Green+Blue) = 212+11+67=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40B43 is #2BF4BC. Grayscale: #4D4D4D. Windows color (decimal): -2880701 or 4393940. OLE color: 4393940.
HSL color Cylindrical-coordinate representation of color #D40B43: hue angle of 343.28º 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 #D40B43 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 11 | 67 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.17 |
| HSL | 343.28º | 0.9% | 0.44% | - |
| HSV(B) | 343.28º | 0.95% | 0.83% | - |
| XYZ | 28.28 | 14.64 | 6.65 | - |
| YUV | 77.48 | 122.09 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 11 | 67 | 0 | 0.95 | 0.68 | 0.17 | 343.28 | 0.9 | 0.44 |
| Hex | D4 | B | 43 | 0 | 5F | 44 | 11 | 157 | 5A | 2C |
| Octal | 324 | 13 | 103 | 0 | 137 | 104 | 21 | 527 | 132 | 54 |
| Binary | 11010100 | 1011 | 1000011 | 0 | 1011111 | 1000100 | 10001 | 101010111 | 1011010 | 101100 |
Color Harmonies of #D40B43
Complementary color
Monochromatic Colors of #D40B43
Black with #D40B43
Text Example
Text Example
White with #D40B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40B43; }
p { color: rgb(212,11,67); }
H1.HeaderClassName
{
color: #D40B43;
}
.AnyTagClassName
{
color: #D40B43;
}
</style>
background-color css
<style>
a { background-color: #D40B43; }
a { background-color: rgb(212,11,67); }
div.DivClassName
{
background-color: #D40B43;
}
.BgClassName
{
background-color: #D40B43;
}
</style>
border-color css
<style>
span { border-color: #D40B43; }
span { border-color: rgb(212,11,67); }
td.TdClassName
{
border-color: #D40B43;
}
.TagClassName
{
border-color: #D40B43;
}
</style>