Shades of Crimson #D80432
Tints of Crimson #D80432
RGB
CMYK
RGB Variations
Color information
#D80432 (or 0xD80432) is known color: Crimson. HEX triplet: D8, 04 and 32. RGB value is (216,4,50). Sum of RGB (Red+Green+Blue) = 216+4+50=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D80432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80432 is #27FBCD. Grayscale: #484848. Windows color (decimal): -2620366 or 3278040. OLE color: 3278040.
HSL color Cylindrical-coordinate representation of color #D80432: hue angle of 346.98º 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 #D80432 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.15 |
| HSL | 346.98º | 0.96% | 0.43% | - |
| HSV(B) | 346.98º | 0.98% | 0.85% | - |
| XYZ | 28.94 | 14.92 | 4.37 | - |
| YUV | 72.63 | 115.24 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 50 | 0 | 0.98 | 0.77 | 0.15 | 346.98 | 0.96 | 0.43 |
| Hex | D8 | 4 | 32 | 0 | 62 | 4D | F | 15B | 60 | 2B |
| Octal | 330 | 4 | 62 | 0 | 142 | 115 | 17 | 533 | 140 | 53 |
| Binary | 11011000 | 100 | 110010 | 0 | 1100010 | 1001101 | 1111 | 101011011 | 1100000 | 101011 |
Color Harmonies of #D80432
Complementary color
Monochromatic Colors of #D80432
Black with #D80432
Text Example
Text Example
White with #D80432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80432; }
p { color: rgb(216,4,50); }
H1.HeaderClassName
{
color: #D80432;
}
.AnyTagClassName
{
color: #D80432;
}
</style>
background-color css
<style>
a { background-color: #D80432; }
a { background-color: rgb(216,4,50); }
div.DivClassName
{
background-color: #D80432;
}
.BgClassName
{
background-color: #D80432;
}
</style>
border-color css
<style>
span { border-color: #D80432; }
span { border-color: rgb(216,4,50); }
td.TdClassName
{
border-color: #D80432;
}
.TagClassName
{
border-color: #D80432;
}
</style>