Shades of Crimson #D70730
Tints of Crimson #D70730
RGB
CMYK
RGB Variations
Color information
#D70730 (or 0xD70730) is known color: Crimson. HEX triplet: D7, 07 and 30. RGB value is (215,7,48). Sum of RGB (Red+Green+Blue) = 215+7+48=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D70730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70730 is #28F8CF. Grayscale: #494949. Windows color (decimal): -2685136 or 3147735. OLE color: 3147735.
HSL color Cylindrical-coordinate representation of color #D70730: hue angle of 348.17º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70730 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 48 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.16 |
| HSL | 348.17º | 0.94% | 0.44% | - |
| HSV(B) | 348.17º | 0.97% | 0.84% | - |
| XYZ | 28.63 | 14.81 | 4.15 | - |
| YUV | 73.87 | 113.41 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 48 | 0 | 0.97 | 0.78 | 0.16 | 348.17 | 0.94 | 0.44 |
| Hex | D7 | 7 | 30 | 0 | 61 | 4E | 10 | 15C | 5E | 2C |
| Octal | 327 | 7 | 60 | 0 | 141 | 116 | 20 | 534 | 136 | 54 |
| Binary | 11010111 | 111 | 110000 | 0 | 1100001 | 1001110 | 10000 | 101011100 | 1011110 | 101100 |
Color Harmonies of #D70730
Complementary color
Monochromatic Colors of #D70730
Black with #D70730
Text Example
Text Example
White with #D70730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70730; }
p { color: rgb(215,7,48); }
H1.HeaderClassName
{
color: #D70730;
}
.AnyTagClassName
{
color: #D70730;
}
</style>
background-color css
<style>
a { background-color: #D70730; }
a { background-color: rgb(215,7,48); }
div.DivClassName
{
background-color: #D70730;
}
.BgClassName
{
background-color: #D70730;
}
</style>
border-color css
<style>
span { border-color: #D70730; }
span { border-color: rgb(215,7,48); }
td.TdClassName
{
border-color: #D70730;
}
.TagClassName
{
border-color: #D70730;
}
</style>