Shades of Crimson #D61032
Tints of Crimson #D61032
RGB
CMYK
RGB Variations
Color information
#D61032 (or 0xD61032) is known color: Crimson. HEX triplet: D6, 10 and 32. RGB value is (214,16,50). Sum of RGB (Red+Green+Blue) = 214+16+50=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D61032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61032 is #29EFCD. Grayscale: #4F4F4F. Windows color (decimal): -2748366 or 3281110. OLE color: 3281110.
HSL color Cylindrical-coordinate representation of color #D61032: hue angle of 349.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D61032 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 50 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.16 |
| HSL | 349.7º | 0.86% | 0.45% | - |
| HSV(B) | 349.7º | 0.93% | 0.84% | - |
| XYZ | 28.49 | 14.9 | 4.39 | - |
| YUV | 79.08 | 111.6 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 50 | 0 | 0.93 | 0.77 | 0.16 | 349.7 | 0.86 | 0.45 |
| Hex | D6 | 10 | 32 | 0 | 5D | 4D | 10 | 15E | 56 | 2D |
| Octal | 326 | 20 | 62 | 0 | 135 | 115 | 20 | 536 | 126 | 55 |
| Binary | 11010110 | 10000 | 110010 | 0 | 1011101 | 1001101 | 10000 | 101011110 | 1010110 | 101101 |
Color Harmonies of #D61032
Complementary color
Monochromatic Colors of #D61032
Black with #D61032
Text Example
Text Example
White with #D61032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61032; }
p { color: rgb(214,16,50); }
H1.HeaderClassName
{
color: #D61032;
}
.AnyTagClassName
{
color: #D61032;
}
</style>
background-color css
<style>
a { background-color: #D61032; }
a { background-color: rgb(214,16,50); }
div.DivClassName
{
background-color: #D61032;
}
.BgClassName
{
background-color: #D61032;
}
</style>
border-color css
<style>
span { border-color: #D61032; }
span { border-color: rgb(214,16,50); }
td.TdClassName
{
border-color: #D61032;
}
.TagClassName
{
border-color: #D61032;
}
</style>