Shades of Crimson #D80B2F
Tints of Crimson #D80B2F
RGB
CMYK
RGB Variations
Color information
#D80B2F (or 0xD80B2F) is known color: Crimson. HEX triplet: D8, 0B and 2F. RGB value is (216,11,47). Sum of RGB (Red+Green+Blue) = 216+11+47=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80B2F is #27F4D0. Grayscale: #4C4C4C. Windows color (decimal): -2618577 or 3083224. OLE color: 3083224.
HSL color Cylindrical-coordinate representation of color #D80B2F: hue angle of 349.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B2F is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 47 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.15 |
| HSL | 349.46º | 0.9% | 0.45% | - |
| HSV(B) | 349.46º | 0.95% | 0.85% | - |
| XYZ | 28.95 | 15.04 | 4.07 | - |
| YUV | 76.4 | 111.42 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 47 | 0 | 0.95 | 0.78 | 0.15 | 349.46 | 0.9 | 0.45 |
| Hex | D8 | B | 2F | 0 | 5F | 4E | F | 15D | 5A | 2D |
| Octal | 330 | 13 | 57 | 0 | 137 | 116 | 17 | 535 | 132 | 55 |
| Binary | 11011000 | 1011 | 101111 | 0 | 1011111 | 1001110 | 1111 | 101011101 | 1011010 | 101101 |
Color Harmonies of #D80B2F
Complementary color
Monochromatic Colors of #D80B2F
Black with #D80B2F
Text Example
Text Example
White with #D80B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B2F; }
p { color: rgb(216,11,47); }
H1.HeaderClassName
{
color: #D80B2F;
}
.AnyTagClassName
{
color: #D80B2F;
}
</style>
background-color css
<style>
a { background-color: #D80B2F; }
a { background-color: rgb(216,11,47); }
div.DivClassName
{
background-color: #D80B2F;
}
.BgClassName
{
background-color: #D80B2F;
}
</style>
border-color css
<style>
span { border-color: #D80B2F; }
span { border-color: rgb(216,11,47); }
td.TdClassName
{
border-color: #D80B2F;
}
.TagClassName
{
border-color: #D80B2F;
}
</style>