Shades of Crimson #D80532
Tints of Crimson #D80532
RGB
CMYK
RGB Variations
Color information
#D80532 (or 0xD80532) is known color: Crimson. HEX triplet: D8, 05 and 32. RGB value is (216,5,50). Sum of RGB (Red+Green+Blue) = 216+5+50=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D80532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80532 is #27FACD. Grayscale: #494949. Windows color (decimal): -2620110 or 3278296. OLE color: 3278296.
HSL color Cylindrical-coordinate representation of color #D80532: hue angle of 347.2º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D80532 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.15 |
| HSL | 347.2º | 0.95% | 0.43% | - |
| HSV(B) | 347.2º | 0.98% | 0.85% | - |
| XYZ | 28.95 | 14.94 | 4.38 | - |
| YUV | 73.22 | 114.9 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 50 | 0 | 0.98 | 0.77 | 0.15 | 347.2 | 0.95 | 0.43 |
| Hex | D8 | 5 | 32 | 0 | 62 | 4D | F | 15B | 5F | 2B |
| Octal | 330 | 5 | 62 | 0 | 142 | 115 | 17 | 533 | 137 | 53 |
| Binary | 11011000 | 101 | 110010 | 0 | 1100010 | 1001101 | 1111 | 101011011 | 1011111 | 101011 |
Color Harmonies of #D80532
Complementary color
Monochromatic Colors of #D80532
Black with #D80532
Text Example
Text Example
White with #D80532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80532; }
p { color: rgb(216,5,50); }
H1.HeaderClassName
{
color: #D80532;
}
.AnyTagClassName
{
color: #D80532;
}
</style>
background-color css
<style>
a { background-color: #D80532; }
a { background-color: rgb(216,5,50); }
div.DivClassName
{
background-color: #D80532;
}
.BgClassName
{
background-color: #D80532;
}
</style>
border-color css
<style>
span { border-color: #D80532; }
span { border-color: rgb(216,5,50); }
td.TdClassName
{
border-color: #D80532;
}
.TagClassName
{
border-color: #D80532;
}
</style>