Shades of Crimson #D8052B
Tints of Crimson #D8052B
RGB
CMYK
RGB Variations
Color information
#D8052B (or 0xD8052B) is known color: Crimson. HEX triplet: D8, 05 and 2B. RGB value is (216,5,43). Sum of RGB (Red+Green+Blue) = 216+5+43=264 (34% of max value = 765). Red value is 216 (84.77% from 255 or 81.82% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 216 - color contains mainly: red. Hex color #D8052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8052B is #27FAD4. Grayscale: #484848. Windows color (decimal): -2620117 or 2819544. OLE color: 2819544.
HSL color Cylindrical-coordinate representation of color #D8052B: hue angle of 349.19º degrees, saturation: 0.95, 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 #D8052B is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 43 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.15 |
| HSL | 349.19º | 0.95% | 0.43% | - |
| HSV(B) | 349.19º | 0.98% | 0.85% | - |
| XYZ | 28.81 | 14.88 | 3.64 | - |
| YUV | 72.42 | 111.4 | 230.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 43 | 0 | 0.98 | 0.80 | 0.15 | 349.19 | 0.95 | 0.43 |
| Hex | D8 | 5 | 2B | 0 | 62 | 50 | F | 15D | 5F | 2B |
| Octal | 330 | 5 | 53 | 0 | 142 | 120 | 17 | 535 | 137 | 53 |
| Binary | 11011000 | 101 | 101011 | 0 | 1100010 | 1010000 | 1111 | 101011101 | 1011111 | 101011 |
Color Harmonies of #D8052B
Complementary color
Monochromatic Colors of #D8052B
Black with #D8052B
Text Example
Text Example
White with #D8052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8052B; }
p { color: rgb(216,5,43); }
H1.HeaderClassName
{
color: #D8052B;
}
.AnyTagClassName
{
color: #D8052B;
}
</style>
background-color css
<style>
a { background-color: #D8052B; }
a { background-color: rgb(216,5,43); }
div.DivClassName
{
background-color: #D8052B;
}
.BgClassName
{
background-color: #D8052B;
}
</style>
border-color css
<style>
span { border-color: #D8052B; }
span { border-color: rgb(216,5,43); }
td.TdClassName
{
border-color: #D8052B;
}
.TagClassName
{
border-color: #D8052B;
}
</style>