Shades of Crimson #D61843
Tints of Crimson #D61843
RGB
CMYK
RGB Variations
Color information
#D61843 (or 0xD61843) is known color: Crimson. HEX triplet: D6, 18 and 43. RGB value is (214,24,67). Sum of RGB (Red+Green+Blue) = 214+24+67=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D61843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61843 is #29E7BC. Grayscale: #555555. Windows color (decimal): -2746301 or 4397270. OLE color: 4397270.
HSL color Cylindrical-coordinate representation of color #D61843: hue angle of 346.42º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61843 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 67 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.16 |
| HSL | 346.42º | 0.8% | 0.47% | - |
| HSV(B) | 346.42º | 0.89% | 0.84% | - |
| XYZ | 29.07 | 15.35 | 6.74 | - |
| YUV | 85.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 67 | 0 | 0.89 | 0.69 | 0.16 | 346.42 | 0.8 | 0.47 |
| Hex | D6 | 18 | 43 | 0 | 59 | 45 | 10 | 15A | 50 | 2F |
| Octal | 326 | 30 | 103 | 0 | 131 | 105 | 20 | 532 | 120 | 57 |
| Binary | 11010110 | 11000 | 1000011 | 0 | 1011001 | 1000101 | 10000 | 101011010 | 1010000 | 101111 |
Color Harmonies of #D61843
Complementary color
Monochromatic Colors of #D61843
Black with #D61843
Text Example
Text Example
White with #D61843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61843; }
p { color: rgb(214,24,67); }
H1.HeaderClassName
{
color: #D61843;
}
.AnyTagClassName
{
color: #D61843;
}
</style>
background-color css
<style>
a { background-color: #D61843; }
a { background-color: rgb(214,24,67); }
div.DivClassName
{
background-color: #D61843;
}
.BgClassName
{
background-color: #D61843;
}
</style>
border-color css
<style>
span { border-color: #D61843; }
span { border-color: rgb(214,24,67); }
td.TdClassName
{
border-color: #D61843;
}
.TagClassName
{
border-color: #D61843;
}
</style>