Shades of Crimson #D8032B
Tints of Crimson #D8032B
RGB
CMYK
RGB Variations
Color information
#D8032B (or 0xD8032B) is known color: Crimson. HEX triplet: D8, 03 and 2B. RGB value is (216,3,43). Sum of RGB (Red+Green+Blue) = 216+3+43=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D8032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8032B is #27FCD4. Grayscale: #474747. Windows color (decimal): -2620629 or 2819032. OLE color: 2819032.
HSL color Cylindrical-coordinate representation of color #D8032B: hue angle of 348.73º 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 #D8032B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 43 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.15 |
| HSL | 348.73º | 0.97% | 0.43% | - |
| HSV(B) | 348.73º | 0.99% | 0.85% | - |
| XYZ | 28.79 | 14.84 | 3.63 | - |
| YUV | 71.25 | 112.07 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 43 | 0 | 0.99 | 0.80 | 0.15 | 348.73 | 0.97 | 0.43 |
| Hex | D8 | 3 | 2B | 0 | 63 | 50 | F | 15D | 61 | 2B |
| Octal | 330 | 3 | 53 | 0 | 143 | 120 | 17 | 535 | 141 | 53 |
| Binary | 11011000 | 11 | 101011 | 0 | 1100011 | 1010000 | 1111 | 101011101 | 1100001 | 101011 |
Color Harmonies of #D8032B
Complementary color
Monochromatic Colors of #D8032B
Black with #D8032B
Text Example
Text Example
White with #D8032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8032B; }
p { color: rgb(216,3,43); }
H1.HeaderClassName
{
color: #D8032B;
}
.AnyTagClassName
{
color: #D8032B;
}
</style>
background-color css
<style>
a { background-color: #D8032B; }
a { background-color: rgb(216,3,43); }
div.DivClassName
{
background-color: #D8032B;
}
.BgClassName
{
background-color: #D8032B;
}
</style>
border-color css
<style>
span { border-color: #D8032B; }
span { border-color: rgb(216,3,43); }
td.TdClassName
{
border-color: #D8032B;
}
.TagClassName
{
border-color: #D8032B;
}
</style>