Shades of Crimson #D80443
Tints of Crimson #D80443
RGB
CMYK
RGB Variations
Color information
#D80443 (or 0xD80443) is known color: Crimson. HEX triplet: D8, 04 and 43. RGB value is (216,4,67). Sum of RGB (Red+Green+Blue) = 216+4+67=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D80443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80443 is #27FBBC. Grayscale: #4A4A4A. Windows color (decimal): -2620349 or 4392152. OLE color: 4392152.
HSL color Cylindrical-coordinate representation of color #D80443: hue angle of 342.17º 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 #D80443 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.15 |
| HSL | 342.17º | 0.96% | 0.43% | - |
| HSV(B) | 342.17º | 0.98% | 0.85% | - |
| XYZ | 29.38 | 15.09 | 6.67 | - |
| YUV | 74.57 | 123.74 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 67 | 0 | 0.98 | 0.69 | 0.15 | 342.17 | 0.96 | 0.43 |
| Hex | D8 | 4 | 43 | 0 | 62 | 45 | F | 156 | 60 | 2B |
| Octal | 330 | 4 | 103 | 0 | 142 | 105 | 17 | 526 | 140 | 53 |
| Binary | 11011000 | 100 | 1000011 | 0 | 1100010 | 1000101 | 1111 | 101010110 | 1100000 | 101011 |
Color Harmonies of #D80443
Complementary color
Monochromatic Colors of #D80443
Black with #D80443
Text Example
Text Example
White with #D80443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80443; }
p { color: rgb(216,4,67); }
H1.HeaderClassName
{
color: #D80443;
}
.AnyTagClassName
{
color: #D80443;
}
</style>
background-color css
<style>
a { background-color: #D80443; }
a { background-color: rgb(216,4,67); }
div.DivClassName
{
background-color: #D80443;
}
.BgClassName
{
background-color: #D80443;
}
</style>
border-color css
<style>
span { border-color: #D80443; }
span { border-color: rgb(216,4,67); }
td.TdClassName
{
border-color: #D80443;
}
.TagClassName
{
border-color: #D80443;
}
</style>