Shades of Crimson #D70832
Tints of Crimson #D70832
RGB
CMYK
RGB Variations
Color information
#D70832 (or 0xD70832) is known color: Crimson. HEX triplet: D7, 08 and 32. RGB value is (215,8,50). Sum of RGB (Red+Green+Blue) = 215+8+50=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D70832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70832 is #28F7CD. Grayscale: #4A4A4A. Windows color (decimal): -2684878 or 3279063. OLE color: 3279063.
HSL color Cylindrical-coordinate representation of color #D70832: hue angle of 347.83º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70832 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 50 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.16 |
| HSL | 347.83º | 0.93% | 0.44% | - |
| HSV(B) | 347.83º | 0.96% | 0.84% | - |
| XYZ | 28.69 | 14.85 | 4.37 | - |
| YUV | 74.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 50 | 0 | 0.96 | 0.77 | 0.16 | 347.83 | 0.93 | 0.44 |
| Hex | D7 | 8 | 32 | 0 | 60 | 4D | 10 | 15C | 5D | 2C |
| Octal | 327 | 10 | 62 | 0 | 140 | 115 | 20 | 534 | 135 | 54 |
| Binary | 11010111 | 1000 | 110010 | 0 | 1100000 | 1001101 | 10000 | 101011100 | 1011101 | 101100 |
Color Harmonies of #D70832
Complementary color
Monochromatic Colors of #D70832
Black with #D70832
Text Example
Text Example
White with #D70832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70832; }
p { color: rgb(215,8,50); }
H1.HeaderClassName
{
color: #D70832;
}
.AnyTagClassName
{
color: #D70832;
}
</style>
background-color css
<style>
a { background-color: #D70832; }
a { background-color: rgb(215,8,50); }
div.DivClassName
{
background-color: #D70832;
}
.BgClassName
{
background-color: #D70832;
}
</style>
border-color css
<style>
span { border-color: #D70832; }
span { border-color: rgb(215,8,50); }
td.TdClassName
{
border-color: #D70832;
}
.TagClassName
{
border-color: #D70832;
}
</style>