Shades of Crimson #D40843
Tints of Crimson #D40843
RGB
CMYK
RGB Variations
Color information
#D40843 (or 0xD40843) is known color: Crimson. HEX triplet: D4, 08 and 43. RGB value is (212,8,67). Sum of RGB (Red+Green+Blue) = 212+8+67=287 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.87% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 212 - color contains mainly: red. Hex color #D40843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40843 is #2BF7BC. Grayscale: #4B4B4B. Windows color (decimal): -2881469 or 4393172. OLE color: 4393172.
HSL color Cylindrical-coordinate representation of color #D40843: hue angle of 342.65º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40843 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.17 |
| HSL | 342.65º | 0.93% | 0.43% | - |
| HSV(B) | 342.65º | 0.96% | 0.83% | - |
| XYZ | 28.25 | 14.58 | 6.63 | - |
| YUV | 75.72 | 123.09 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 67 | 0 | 0.96 | 0.68 | 0.17 | 342.65 | 0.93 | 0.43 |
| Hex | D4 | 8 | 43 | 0 | 60 | 44 | 11 | 157 | 5D | 2B |
| Octal | 324 | 10 | 103 | 0 | 140 | 104 | 21 | 527 | 135 | 53 |
| Binary | 11010100 | 1000 | 1000011 | 0 | 1100000 | 1000100 | 10001 | 101010111 | 1011101 | 101011 |
Color Harmonies of #D40843
Complementary color
Monochromatic Colors of #D40843
Black with #D40843
Text Example
Text Example
White with #D40843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40843; }
p { color: rgb(212,8,67); }
H1.HeaderClassName
{
color: #D40843;
}
.AnyTagClassName
{
color: #D40843;
}
</style>
background-color css
<style>
a { background-color: #D40843; }
a { background-color: rgb(212,8,67); }
div.DivClassName
{
background-color: #D40843;
}
.BgClassName
{
background-color: #D40843;
}
</style>
border-color css
<style>
span { border-color: #D40843; }
span { border-color: rgb(212,8,67); }
td.TdClassName
{
border-color: #D40843;
}
.TagClassName
{
border-color: #D40843;
}
</style>