Shades of Crimson #D60A3A
Tints of Crimson #D60A3A
RGB
CMYK
RGB Variations
Color information
#D60A3A (or 0xD60A3A) is known color: Crimson. HEX triplet: D6, 0A and 3A. RGB value is (214,10,58). Sum of RGB (Red+Green+Blue) = 214+10+58=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A3A is #29F5C5. Grayscale: #4C4C4C. Windows color (decimal): -2749894 or 3803862. OLE color: 3803862.
HSL color Cylindrical-coordinate representation of color #D60A3A: hue angle of 345.88º 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 #D60A3A is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 58 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.16 |
| HSL | 345.88º | 0.91% | 0.44% | - |
| HSV(B) | 345.88º | 0.95% | 0.84% | - |
| XYZ | 28.6 | 14.82 | 5.36 | - |
| YUV | 76.47 | 117.59 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 58 | 0 | 0.95 | 0.73 | 0.16 | 345.88 | 0.91 | 0.44 |
| Hex | D6 | A | 3A | 0 | 5F | 49 | 10 | 15A | 5B | 2C |
| Octal | 326 | 12 | 72 | 0 | 137 | 111 | 20 | 532 | 133 | 54 |
| Binary | 11010110 | 1010 | 111010 | 0 | 1011111 | 1001001 | 10000 | 101011010 | 1011011 | 101100 |
Color Harmonies of #D60A3A
Complementary color
Monochromatic Colors of #D60A3A
Black with #D60A3A
Text Example
Text Example
White with #D60A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A3A; }
p { color: rgb(214,10,58); }
H1.HeaderClassName
{
color: #D60A3A;
}
.AnyTagClassName
{
color: #D60A3A;
}
</style>
background-color css
<style>
a { background-color: #D60A3A; }
a { background-color: rgb(214,10,58); }
div.DivClassName
{
background-color: #D60A3A;
}
.BgClassName
{
background-color: #D60A3A;
}
</style>
border-color css
<style>
span { border-color: #D60A3A; }
span { border-color: rgb(214,10,58); }
td.TdClassName
{
border-color: #D60A3A;
}
.TagClassName
{
border-color: #D60A3A;
}
</style>