Shades of Crimson #D70A2B
Tints of Crimson #D70A2B
RGB
CMYK
RGB Variations
Color information
#D70A2B (or 0xD70A2B) is known color: Crimson. HEX triplet: D7, 0A and 2B. RGB value is (215,10,43). Sum of RGB (Red+Green+Blue) = 215+10+43=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A2B is #28F5D4. Grayscale: #4B4B4B. Windows color (decimal): -2684373 or 2820823. OLE color: 2820823.
HSL color Cylindrical-coordinate representation of color #D70A2B: hue angle of 350.34º 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 #D70A2B is Cyan = 0, Magento = 0.95, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.8 | 0.16 |
| HSL | 350.34º | 0.91% | 0.44% | - |
| HSV(B) | 350.34º | 0.95% | 0.84% | - |
| XYZ | 28.57 | 14.84 | 3.64 | - |
| YUV | 75.06 | 109.92 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 43 | 0 | 0.95 | 0.8 | 0.16 | 350.34 | 0.91 | 0.44 |
| Hex | D7 | A | 2B | 0 | 5F | 50 | 10 | 15E | 5B | 2C |
| Octal | 327 | 12 | 53 | 0 | 137 | 120 | 20 | 536 | 133 | 54 |
| Binary | 11010111 | 1010 | 101011 | 0 | 1011111 | 1010000 | 10000 | 101011110 | 1011011 | 101100 |
Color Harmonies of #D70A2B
Complementary color
Monochromatic Colors of #D70A2B
Black with #D70A2B
Text Example
Text Example
White with #D70A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A2B; }
p { color: rgb(215,10,43); }
H1.HeaderClassName
{
color: #D70A2B;
}
.AnyTagClassName
{
color: #D70A2B;
}
</style>
background-color css
<style>
a { background-color: #D70A2B; }
a { background-color: rgb(215,10,43); }
div.DivClassName
{
background-color: #D70A2B;
}
.BgClassName
{
background-color: #D70A2B;
}
</style>
border-color css
<style>
span { border-color: #D70A2B; }
span { border-color: rgb(215,10,43); }
td.TdClassName
{
border-color: #D70A2B;
}
.TagClassName
{
border-color: #D70A2B;
}
</style>