Shades of Crimson #D61834
Tints of Crimson #D61834
RGB
CMYK
RGB Variations
Color information
#D61834 (or 0xD61834) is known color: Crimson. HEX triplet: D6, 18 and 34. RGB value is (214,24,52). Sum of RGB (Red+Green+Blue) = 214+24+52=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D61834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61834 is #29E7CB. Grayscale: #545454. Windows color (decimal): -2746316 or 3414230. OLE color: 3414230.
HSL color Cylindrical-coordinate representation of color #D61834: hue angle of 351.16º 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 #D61834 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 52 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.16 |
| HSL | 351.16º | 0.8% | 0.47% | - |
| HSV(B) | 351.16º | 0.89% | 0.84% | - |
| XYZ | 28.68 | 15.2 | 4.67 | - |
| YUV | 84 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 52 | 0 | 0.89 | 0.76 | 0.16 | 351.16 | 0.8 | 0.47 |
| Hex | D6 | 18 | 34 | 0 | 59 | 4C | 10 | 15F | 50 | 2F |
| Octal | 326 | 30 | 64 | 0 | 131 | 114 | 20 | 537 | 120 | 57 |
| Binary | 11010110 | 11000 | 110100 | 0 | 1011001 | 1001100 | 10000 | 101011111 | 1010000 | 101111 |
Color Harmonies of #D61834
Complementary color
Monochromatic Colors of #D61834
Black with #D61834
Text Example
Text Example
White with #D61834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61834; }
p { color: rgb(214,24,52); }
H1.HeaderClassName
{
color: #D61834;
}
.AnyTagClassName
{
color: #D61834;
}
</style>
background-color css
<style>
a { background-color: #D61834; }
a { background-color: rgb(214,24,52); }
div.DivClassName
{
background-color: #D61834;
}
.BgClassName
{
background-color: #D61834;
}
</style>
border-color css
<style>
span { border-color: #D61834; }
span { border-color: rgb(214,24,52); }
td.TdClassName
{
border-color: #D61834;
}
.TagClassName
{
border-color: #D61834;
}
</style>