Shades of Crimson #D80334
Tints of Crimson #D80334
RGB
CMYK
RGB Variations
Color information
#D80334 (or 0xD80334) is known color: Crimson. HEX triplet: D8, 03 and 34. RGB value is (216,3,52). Sum of RGB (Red+Green+Blue) = 216+3+52=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D80334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80334 is #27FCCB. Grayscale: #484848. Windows color (decimal): -2620620 or 3408856. OLE color: 3408856.
HSL color Cylindrical-coordinate representation of color #D80334: hue angle of 346.2º degrees, saturation: 0.97, 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 #D80334 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 52 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.15 |
| HSL | 346.2º | 0.97% | 0.43% | - |
| HSV(B) | 346.2º | 0.99% | 0.85% | - |
| XYZ | 28.97 | 14.91 | 4.6 | - |
| YUV | 72.27 | 116.57 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 52 | 0 | 0.99 | 0.76 | 0.15 | 346.2 | 0.97 | 0.43 |
| Hex | D8 | 3 | 34 | 0 | 63 | 4C | F | 15A | 61 | 2B |
| Octal | 330 | 3 | 64 | 0 | 143 | 114 | 17 | 532 | 141 | 53 |
| Binary | 11011000 | 11 | 110100 | 0 | 1100011 | 1001100 | 1111 | 101011010 | 1100001 | 101011 |
Color Harmonies of #D80334
Complementary color
Monochromatic Colors of #D80334
Black with #D80334
Text Example
Text Example
White with #D80334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80334; }
p { color: rgb(216,3,52); }
H1.HeaderClassName
{
color: #D80334;
}
.AnyTagClassName
{
color: #D80334;
}
</style>
background-color css
<style>
a { background-color: #D80334; }
a { background-color: rgb(216,3,52); }
div.DivClassName
{
background-color: #D80334;
}
.BgClassName
{
background-color: #D80334;
}
</style>
border-color css
<style>
span { border-color: #D80334; }
span { border-color: rgb(216,3,52); }
td.TdClassName
{
border-color: #D80334;
}
.TagClassName
{
border-color: #D80334;
}
</style>