Shades of Crimson #D51843
Tints of Crimson #D51843
RGB
CMYK
RGB Variations
Color information
#D51843 (or 0xD51843) is known color: Crimson. HEX triplet: D5, 18 and 43. RGB value is (213,24,67). Sum of RGB (Red+Green+Blue) = 213+24+67=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D51843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51843 is #2AE7BC. Grayscale: #555555. Windows color (decimal): -2811837 or 4397269. OLE color: 4397269.
HSL color Cylindrical-coordinate representation of color #D51843: hue angle of 346.35º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51843 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 67 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.16 |
| HSL | 346.35º | 0.8% | 0.46% | - |
| HSV(B) | 346.35º | 0.89% | 0.84% | - |
| XYZ | 28.78 | 15.2 | 6.73 | - |
| YUV | 85.41 | 117.62 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 67 | 0 | 0.89 | 0.69 | 0.16 | 346.35 | 0.8 | 0.46 |
| Hex | D5 | 18 | 43 | 0 | 59 | 45 | 10 | 15A | 50 | 2E |
| Octal | 325 | 30 | 103 | 0 | 131 | 105 | 20 | 532 | 120 | 56 |
| Binary | 11010101 | 11000 | 1000011 | 0 | 1011001 | 1000101 | 10000 | 101011010 | 1010000 | 101110 |
Color Harmonies of #D51843
Complementary color
Monochromatic Colors of #D51843
Black with #D51843
Text Example
Text Example
White with #D51843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51843; }
p { color: rgb(213,24,67); }
H1.HeaderClassName
{
color: #D51843;
}
.AnyTagClassName
{
color: #D51843;
}
</style>
background-color css
<style>
a { background-color: #D51843; }
a { background-color: rgb(213,24,67); }
div.DivClassName
{
background-color: #D51843;
}
.BgClassName
{
background-color: #D51843;
}
</style>
border-color css
<style>
span { border-color: #D51843; }
span { border-color: rgb(213,24,67); }
td.TdClassName
{
border-color: #D51843;
}
.TagClassName
{
border-color: #D51843;
}
</style>