Shades of Crimson #D70A32
Tints of Crimson #D70A32
RGB
CMYK
RGB Variations
Color information
#D70A32 (or 0xD70A32) is known color: Crimson. HEX triplet: D7, 0A and 32. RGB value is (215,10,50). Sum of RGB (Red+Green+Blue) = 215+10+50=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A32 is #28F5CD. Grayscale: #4B4B4B. Windows color (decimal): -2684366 or 3279575. OLE color: 3279575.
HSL color Cylindrical-coordinate representation of color #D70A32: hue angle of 348.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.16 |
| HSL | 348.29º | 0.91% | 0.44% | - |
| HSV(B) | 348.29º | 0.95% | 0.84% | - |
| XYZ | 28.71 | 14.89 | 4.38 | - |
| YUV | 75.86 | 113.42 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 50 | 0 | 0.95 | 0.77 | 0.16 | 348.29 | 0.91 | 0.44 |
| Hex | D7 | A | 32 | 0 | 5F | 4D | 10 | 15C | 5B | 2C |
| Octal | 327 | 12 | 62 | 0 | 137 | 115 | 20 | 534 | 133 | 54 |
| Binary | 11010111 | 1010 | 110010 | 0 | 1011111 | 1001101 | 10000 | 101011100 | 1011011 | 101100 |
Color Harmonies of #D70A32
Complementary color
Monochromatic Colors of #D70A32
Black with #D70A32
Text Example
Text Example
White with #D70A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A32; }
p { color: rgb(215,10,50); }
H1.HeaderClassName
{
color: #D70A32;
}
.AnyTagClassName
{
color: #D70A32;
}
</style>
background-color css
<style>
a { background-color: #D70A32; }
a { background-color: rgb(215,10,50); }
div.DivClassName
{
background-color: #D70A32;
}
.BgClassName
{
background-color: #D70A32;
}
</style>
border-color css
<style>
span { border-color: #D70A32; }
span { border-color: rgb(215,10,50); }
td.TdClassName
{
border-color: #D70A32;
}
.TagClassName
{
border-color: #D70A32;
}
</style>