Shades of Crimson #D80239
Tints of Crimson #D80239
RGB
CMYK
RGB Variations
Color information
#D80239 (or 0xD80239) is known color: Crimson. HEX triplet: D8, 02 and 39. RGB value is (216,2,57). Sum of RGB (Red+Green+Blue) = 216+2+57=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D80239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80239 is #27FDC6. Grayscale: #484848. Windows color (decimal): -2620871 or 3736280. OLE color: 3736280.
HSL color Cylindrical-coordinate representation of color #D80239: hue angle of 344.58º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80239 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.15 |
| HSL | 344.58º | 0.98% | 0.43% | - |
| HSV(B) | 344.58º | 0.99% | 0.85% | - |
| XYZ | 29.08 | 14.94 | 5.22 | - |
| YUV | 72.26 | 119.4 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 57 | 0 | 0.99 | 0.74 | 0.15 | 344.58 | 0.98 | 0.43 |
| Hex | D8 | 2 | 39 | 0 | 63 | 4A | F | 159 | 62 | 2B |
| Octal | 330 | 2 | 71 | 0 | 143 | 112 | 17 | 531 | 142 | 53 |
| Binary | 11011000 | 10 | 111001 | 0 | 1100011 | 1001010 | 1111 | 101011001 | 1100010 | 101011 |
Color Harmonies of #D80239
Complementary color
Monochromatic Colors of #D80239
Black with #D80239
Text Example
Text Example
White with #D80239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80239; }
p { color: rgb(216,2,57); }
H1.HeaderClassName
{
color: #D80239;
}
.AnyTagClassName
{
color: #D80239;
}
</style>
background-color css
<style>
a { background-color: #D80239; }
a { background-color: rgb(216,2,57); }
div.DivClassName
{
background-color: #D80239;
}
.BgClassName
{
background-color: #D80239;
}
</style>
border-color css
<style>
span { border-color: #D80239; }
span { border-color: rgb(216,2,57); }
td.TdClassName
{
border-color: #D80239;
}
.TagClassName
{
border-color: #D80239;
}
</style>