Shades of Crimson #D60A43
Tints of Crimson #D60A43
RGB
CMYK
RGB Variations
Color information
#D60A43 (or 0xD60A43) is known color: Crimson. HEX triplet: D6, 0A and 43. RGB value is (214,10,67). Sum of RGB (Red+Green+Blue) = 214+10+67=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A43 is #29F5BC. Grayscale: #4D4D4D. Windows color (decimal): -2749885 or 4393686. OLE color: 4393686.
HSL color Cylindrical-coordinate representation of color #D60A43: hue angle of 343.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 #D60A43 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.16 |
| HSL | 343.24º | 0.91% | 0.44% | - |
| HSV(B) | 343.24º | 0.95% | 0.84% | - |
| XYZ | 28.85 | 14.92 | 6.67 | - |
| YUV | 77.49 | 122.09 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 67 | 0 | 0.95 | 0.69 | 0.16 | 343.24 | 0.91 | 0.44 |
| Hex | D6 | A | 43 | 0 | 5F | 45 | 10 | 157 | 5B | 2C |
| Octal | 326 | 12 | 103 | 0 | 137 | 105 | 20 | 527 | 133 | 54 |
| Binary | 11010110 | 1010 | 1000011 | 0 | 1011111 | 1000101 | 10000 | 101010111 | 1011011 | 101100 |
Color Harmonies of #D60A43
Complementary color
Monochromatic Colors of #D60A43
Black with #D60A43
Text Example
Text Example
White with #D60A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A43; }
p { color: rgb(214,10,67); }
H1.HeaderClassName
{
color: #D60A43;
}
.AnyTagClassName
{
color: #D60A43;
}
</style>
background-color css
<style>
a { background-color: #D60A43; }
a { background-color: rgb(214,10,67); }
div.DivClassName
{
background-color: #D60A43;
}
.BgClassName
{
background-color: #D60A43;
}
</style>
border-color css
<style>
span { border-color: #D60A43; }
span { border-color: rgb(214,10,67); }
td.TdClassName
{
border-color: #D60A43;
}
.TagClassName
{
border-color: #D60A43;
}
</style>