Shades of Crimson #D80A42
Tints of Crimson #D80A42
RGB
CMYK
RGB Variations
Color information
#D80A42 (or 0xD80A42) is known color: Crimson. HEX triplet: D8, 0A and 42. RGB value is (216,10,66). Sum of RGB (Red+Green+Blue) = 216+10+66=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A42 is #27F5BD. Grayscale: #4D4D4D. Windows color (decimal): -2618814 or 4328152. OLE color: 4328152.
HSL color Cylindrical-coordinate representation of color #D80A42: hue angle of 343.69º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A42 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 66 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.15 |
| HSL | 343.69º | 0.91% | 0.44% | - |
| HSV(B) | 343.69º | 0.95% | 0.85% | - |
| XYZ | 29.41 | 15.21 | 6.54 | - |
| YUV | 77.98 | 121.25 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 66 | 0 | 0.95 | 0.69 | 0.15 | 343.69 | 0.91 | 0.44 |
| Hex | D8 | A | 42 | 0 | 5F | 45 | F | 158 | 5B | 2C |
| Octal | 330 | 12 | 102 | 0 | 137 | 105 | 17 | 530 | 133 | 54 |
| Binary | 11011000 | 1010 | 1000010 | 0 | 1011111 | 1000101 | 1111 | 101011000 | 1011011 | 101100 |
Color Harmonies of #D80A42
Complementary color
Monochromatic Colors of #D80A42
Black with #D80A42
Text Example
Text Example
White with #D80A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A42; }
p { color: rgb(216,10,66); }
H1.HeaderClassName
{
color: #D80A42;
}
.AnyTagClassName
{
color: #D80A42;
}
</style>
background-color css
<style>
a { background-color: #D80A42; }
a { background-color: rgb(216,10,66); }
div.DivClassName
{
background-color: #D80A42;
}
.BgClassName
{
background-color: #D80A42;
}
</style>
border-color css
<style>
span { border-color: #D80A42; }
span { border-color: rgb(216,10,66); }
td.TdClassName
{
border-color: #D80A42;
}
.TagClassName
{
border-color: #D80A42;
}
</style>