Shades of Crimson #D60B32
Tints of Crimson #D60B32
RGB
CMYK
RGB Variations
Color information
#D60B32 (or 0xD60B32) is known color: Crimson. HEX triplet: D6, 0B and 32. RGB value is (214,11,50). Sum of RGB (Red+Green+Blue) = 214+11+50=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D60B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60B32 is #29F4CD. Grayscale: #4C4C4C. Windows color (decimal): -2749646 or 3279830. OLE color: 3279830.
HSL color Cylindrical-coordinate representation of color #D60B32: hue angle of 348.47º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60B32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.16 |
| HSL | 348.47º | 0.9% | 0.44% | - |
| HSV(B) | 348.47º | 0.95% | 0.84% | - |
| XYZ | 28.43 | 14.77 | 4.37 | - |
| YUV | 76.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 50 | 0 | 0.95 | 0.77 | 0.16 | 348.47 | 0.9 | 0.44 |
| Hex | D6 | B | 32 | 0 | 5F | 4D | 10 | 15C | 5A | 2C |
| Octal | 326 | 13 | 62 | 0 | 137 | 115 | 20 | 534 | 132 | 54 |
| Binary | 11010110 | 1011 | 110010 | 0 | 1011111 | 1001101 | 10000 | 101011100 | 1011010 | 101100 |
Color Harmonies of #D60B32
Complementary color
Monochromatic Colors of #D60B32
Black with #D60B32
Text Example
Text Example
White with #D60B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60B32; }
p { color: rgb(214,11,50); }
H1.HeaderClassName
{
color: #D60B32;
}
.AnyTagClassName
{
color: #D60B32;
}
</style>
background-color css
<style>
a { background-color: #D60B32; }
a { background-color: rgb(214,11,50); }
div.DivClassName
{
background-color: #D60B32;
}
.BgClassName
{
background-color: #D60B32;
}
</style>
border-color css
<style>
span { border-color: #D60B32; }
span { border-color: rgb(214,11,50); }
td.TdClassName
{
border-color: #D60B32;
}
.TagClassName
{
border-color: #D60B32;
}
</style>