Shades of Crimson #D60A39
Tints of Crimson #D60A39
RGB
CMYK
RGB Variations
Color information
#D60A39 (or 0xD60A39) is known color: Crimson. HEX triplet: D6, 0A and 39. RGB value is (214,10,57). Sum of RGB (Red+Green+Blue) = 214+10+57=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A39 is #29F5C6. Grayscale: #4C4C4C. Windows color (decimal): -2749895 or 3738326. OLE color: 3738326.
HSL color Cylindrical-coordinate representation of color #D60A39: hue angle of 346.18º 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 #D60A39 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 57 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.16 |
| HSL | 346.18º | 0.91% | 0.44% | - |
| HSV(B) | 346.18º | 0.95% | 0.84% | - |
| XYZ | 28.58 | 14.81 | 5.22 | - |
| YUV | 76.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 57 | 0 | 0.95 | 0.73 | 0.16 | 346.18 | 0.91 | 0.44 |
| Hex | D6 | A | 39 | 0 | 5F | 49 | 10 | 15A | 5B | 2C |
| Octal | 326 | 12 | 71 | 0 | 137 | 111 | 20 | 532 | 133 | 54 |
| Binary | 11010110 | 1010 | 111001 | 0 | 1011111 | 1001001 | 10000 | 101011010 | 1011011 | 101100 |
Color Harmonies of #D60A39
Complementary color
Monochromatic Colors of #D60A39
Black with #D60A39
Text Example
Text Example
White with #D60A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A39; }
p { color: rgb(214,10,57); }
H1.HeaderClassName
{
color: #D60A39;
}
.AnyTagClassName
{
color: #D60A39;
}
</style>
background-color css
<style>
a { background-color: #D60A39; }
a { background-color: rgb(214,10,57); }
div.DivClassName
{
background-color: #D60A39;
}
.BgClassName
{
background-color: #D60A39;
}
</style>
border-color css
<style>
span { border-color: #D60A39; }
span { border-color: rgb(214,10,57); }
td.TdClassName
{
border-color: #D60A39;
}
.TagClassName
{
border-color: #D60A39;
}
</style>