Shades of Crimson #D60A32
Tints of Crimson #D60A32
RGB
CMYK
RGB Variations
Color information
#D60A32 (or 0xD60A32) is known color: Crimson. HEX triplet: D6, 0A and 32. RGB value is (214,10,50). Sum of RGB (Red+Green+Blue) = 214+10+50=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A32 is #29F5CD. Grayscale: #4B4B4B. Windows color (decimal): -2749902 or 3279574. OLE color: 3279574.
HSL color Cylindrical-coordinate representation of color #D60A32: hue angle of 348.24º degrees, saturation: 0.91, 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 #D60A32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.16 |
| HSL | 348.24º | 0.91% | 0.44% | - |
| HSV(B) | 348.24º | 0.95% | 0.84% | - |
| XYZ | 28.42 | 14.74 | 4.37 | - |
| YUV | 75.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 50 | 0 | 0.95 | 0.77 | 0.16 | 348.24 | 0.91 | 0.44 |
| Hex | D6 | A | 32 | 0 | 5F | 4D | 10 | 15C | 5B | 2C |
| Octal | 326 | 12 | 62 | 0 | 137 | 115 | 20 | 534 | 133 | 54 |
| Binary | 11010110 | 1010 | 110010 | 0 | 1011111 | 1001101 | 10000 | 101011100 | 1011011 | 101100 |
Color Harmonies of #D60A32
Complementary color
Monochromatic Colors of #D60A32
Black with #D60A32
Text Example
Text Example
White with #D60A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A32; }
p { color: rgb(214,10,50); }
H1.HeaderClassName
{
color: #D60A32;
}
.AnyTagClassName
{
color: #D60A32;
}
</style>
background-color css
<style>
a { background-color: #D60A32; }
a { background-color: rgb(214,10,50); }
div.DivClassName
{
background-color: #D60A32;
}
.BgClassName
{
background-color: #D60A32;
}
</style>
border-color css
<style>
span { border-color: #D60A32; }
span { border-color: rgb(214,10,50); }
td.TdClassName
{
border-color: #D60A32;
}
.TagClassName
{
border-color: #D60A32;
}
</style>