Shades of Crimson #D70A43
Tints of Crimson #D70A43
RGB
CMYK
RGB Variations
Color information
#D70A43 (or 0xD70A43) is known color: Crimson. HEX triplet: D7, 0A and 43. RGB value is (215,10,67). Sum of RGB (Red+Green+Blue) = 215+10+67=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70A43 is #28F5BC. Grayscale: #4D4D4D. Windows color (decimal): -2684349 or 4393687. OLE color: 4393687.
HSL color Cylindrical-coordinate representation of color #D70A43: hue angle of 343.32º 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 #D70A43 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.16 |
| HSL | 343.32º | 0.91% | 0.44% | - |
| HSV(B) | 343.32º | 0.95% | 0.84% | - |
| XYZ | 29.15 | 15.07 | 6.68 | - |
| YUV | 77.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 67 | 0 | 0.95 | 0.69 | 0.16 | 343.32 | 0.91 | 0.44 |
| Hex | D7 | A | 43 | 0 | 5F | 45 | 10 | 157 | 5B | 2C |
| Octal | 327 | 12 | 103 | 0 | 137 | 105 | 20 | 527 | 133 | 54 |
| Binary | 11010111 | 1010 | 1000011 | 0 | 1011111 | 1000101 | 10000 | 101010111 | 1011011 | 101100 |
Color Harmonies of #D70A43
Complementary color
Monochromatic Colors of #D70A43
Black with #D70A43
Text Example
Text Example
White with #D70A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A43; }
p { color: rgb(215,10,67); }
H1.HeaderClassName
{
color: #D70A43;
}
.AnyTagClassName
{
color: #D70A43;
}
</style>
background-color css
<style>
a { background-color: #D70A43; }
a { background-color: rgb(215,10,67); }
div.DivClassName
{
background-color: #D70A43;
}
.BgClassName
{
background-color: #D70A43;
}
</style>
border-color css
<style>
span { border-color: #D70A43; }
span { border-color: rgb(215,10,67); }
td.TdClassName
{
border-color: #D70A43;
}
.TagClassName
{
border-color: #D70A43;
}
</style>