Shades of Crimson #D80A2B
Tints of Crimson #D80A2B
RGB
CMYK
RGB Variations
Color information
#D80A2B (or 0xD80A2B) is known color: Crimson. HEX triplet: D8, 0A and 2B. RGB value is (216,10,43). Sum of RGB (Red+Green+Blue) = 216+10+43=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80A2B is #27F5D4. Grayscale: #4B4B4B. Windows color (decimal): -2618837 or 2820824. OLE color: 2820824.
HSL color Cylindrical-coordinate representation of color #D80A2B: hue angle of 350.39º 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 #D80A2B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.15 |
| HSL | 350.39º | 0.91% | 0.44% | - |
| HSV(B) | 350.39º | 0.95% | 0.85% | - |
| XYZ | 28.86 | 14.99 | 3.66 | - |
| YUV | 75.36 | 109.75 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 43 | 0 | 0.95 | 0.80 | 0.15 | 350.39 | 0.91 | 0.44 |
| Hex | D8 | A | 2B | 0 | 5F | 50 | F | 15E | 5B | 2C |
| Octal | 330 | 12 | 53 | 0 | 137 | 120 | 17 | 536 | 133 | 54 |
| Binary | 11011000 | 1010 | 101011 | 0 | 1011111 | 1010000 | 1111 | 101011110 | 1011011 | 101100 |
Color Harmonies of #D80A2B
Complementary color
Monochromatic Colors of #D80A2B
Black with #D80A2B
Text Example
Text Example
White with #D80A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80A2B; }
p { color: rgb(216,10,43); }
H1.HeaderClassName
{
color: #D80A2B;
}
.AnyTagClassName
{
color: #D80A2B;
}
</style>
background-color css
<style>
a { background-color: #D80A2B; }
a { background-color: rgb(216,10,43); }
div.DivClassName
{
background-color: #D80A2B;
}
.BgClassName
{
background-color: #D80A2B;
}
</style>
border-color css
<style>
span { border-color: #D80A2B; }
span { border-color: rgb(216,10,43); }
td.TdClassName
{
border-color: #D80A2B;
}
.TagClassName
{
border-color: #D80A2B;
}
</style>