Shades of Crimson #D60A36
Tints of Crimson #D60A36
RGB
CMYK
RGB Variations
Color information
#D60A36 (or 0xD60A36) is known color: Crimson. HEX triplet: D6, 0A and 36. RGB value is (214,10,54). Sum of RGB (Red+Green+Blue) = 214+10+54=278 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.98% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A36 is #29F5C9. Grayscale: #4C4C4C. Windows color (decimal): -2749898 or 3541718. OLE color: 3541718.
HSL color Cylindrical-coordinate representation of color #D60A36: hue angle of 347.06º 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 #D60A36 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 54 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.16 |
| HSL | 347.06º | 0.91% | 0.44% | - |
| HSV(B) | 347.06º | 0.95% | 0.84% | - |
| XYZ | 28.51 | 14.78 | 4.84 | - |
| YUV | 76.01 | 115.59 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 54 | 0 | 0.95 | 0.75 | 0.16 | 347.06 | 0.91 | 0.44 |
| Hex | D6 | A | 36 | 0 | 5F | 4B | 10 | 15B | 5B | 2C |
| Octal | 326 | 12 | 66 | 0 | 137 | 113 | 20 | 533 | 133 | 54 |
| Binary | 11010110 | 1010 | 110110 | 0 | 1011111 | 1001011 | 10000 | 101011011 | 1011011 | 101100 |
Color Harmonies of #D60A36
Complementary color
Monochromatic Colors of #D60A36
Black with #D60A36
Text Example
Text Example
White with #D60A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A36; }
p { color: rgb(214,10,54); }
H1.HeaderClassName
{
color: #D60A36;
}
.AnyTagClassName
{
color: #D60A36;
}
</style>
background-color css
<style>
a { background-color: #D60A36; }
a { background-color: rgb(214,10,54); }
div.DivClassName
{
background-color: #D60A36;
}
.BgClassName
{
background-color: #D60A36;
}
</style>
border-color css
<style>
span { border-color: #D60A36; }
span { border-color: rgb(214,10,54); }
td.TdClassName
{
border-color: #D60A36;
}
.TagClassName
{
border-color: #D60A36;
}
</style>