Shades of Crimson #D80431
Tints of Crimson #D80431
RGB
CMYK
RGB Variations
Color information
#D80431 (or 0xD80431) is known color: Crimson. HEX triplet: D8, 04 and 31. RGB value is (216,4,49). Sum of RGB (Red+Green+Blue) = 216+4+49=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D80431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80431 is #27FBCE. Grayscale: #484848. Windows color (decimal): -2620367 or 3212504. OLE color: 3212504.
HSL color Cylindrical-coordinate representation of color #D80431: hue angle of 347.26º degrees, saturation: 0.96, 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 #D80431 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 49 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.15 |
| HSL | 347.26º | 0.96% | 0.43% | - |
| HSV(B) | 347.26º | 0.98% | 0.85% | - |
| XYZ | 28.92 | 14.91 | 4.26 | - |
| YUV | 72.52 | 114.74 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 49 | 0 | 0.98 | 0.77 | 0.15 | 347.26 | 0.96 | 0.43 |
| Hex | D8 | 4 | 31 | 0 | 62 | 4D | F | 15B | 60 | 2B |
| Octal | 330 | 4 | 61 | 0 | 142 | 115 | 17 | 533 | 140 | 53 |
| Binary | 11011000 | 100 | 110001 | 0 | 1100010 | 1001101 | 1111 | 101011011 | 1100000 | 101011 |
Color Harmonies of #D80431
Complementary color
Monochromatic Colors of #D80431
Black with #D80431
Text Example
Text Example
White with #D80431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80431; }
p { color: rgb(216,4,49); }
H1.HeaderClassName
{
color: #D80431;
}
.AnyTagClassName
{
color: #D80431;
}
</style>
background-color css
<style>
a { background-color: #D80431; }
a { background-color: rgb(216,4,49); }
div.DivClassName
{
background-color: #D80431;
}
.BgClassName
{
background-color: #D80431;
}
</style>
border-color css
<style>
span { border-color: #D80431; }
span { border-color: rgb(216,4,49); }
td.TdClassName
{
border-color: #D80431;
}
.TagClassName
{
border-color: #D80431;
}
</style>