Shades of Crimson #D70735
Tints of Crimson #D70735
RGB
CMYK
RGB Variations
Color information
#D70735 (or 0xD70735) is known color: Crimson. HEX triplet: D7, 07 and 35. RGB value is (215,7,53). Sum of RGB (Red+Green+Blue) = 215+7+53=275 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.18% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 215 - color contains mainly: red. Hex color #D70735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70735 is #28F8CA. Grayscale: #4A4A4A. Windows color (decimal): -2685131 or 3475415. OLE color: 3475415.
HSL color Cylindrical-coordinate representation of color #D70735: hue angle of 346.73º 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 #D70735 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 53 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.16 |
| HSL | 346.73º | 0.94% | 0.44% | - |
| HSV(B) | 346.73º | 0.97% | 0.84% | - |
| XYZ | 28.74 | 14.86 | 4.72 | - |
| YUV | 74.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 53 | 0 | 0.97 | 0.75 | 0.16 | 346.73 | 0.94 | 0.44 |
| Hex | D7 | 7 | 35 | 0 | 61 | 4B | 10 | 15B | 5E | 2C |
| Octal | 327 | 7 | 65 | 0 | 141 | 113 | 20 | 533 | 136 | 54 |
| Binary | 11010111 | 111 | 110101 | 0 | 1100001 | 1001011 | 10000 | 101011011 | 1011110 | 101100 |
Color Harmonies of #D70735
Complementary color
Monochromatic Colors of #D70735
Black with #D70735
Text Example
Text Example
White with #D70735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70735; }
p { color: rgb(215,7,53); }
H1.HeaderClassName
{
color: #D70735;
}
.AnyTagClassName
{
color: #D70735;
}
</style>
background-color css
<style>
a { background-color: #D70735; }
a { background-color: rgb(215,7,53); }
div.DivClassName
{
background-color: #D70735;
}
.BgClassName
{
background-color: #D70735;
}
</style>
border-color css
<style>
span { border-color: #D70735; }
span { border-color: rgb(215,7,53); }
td.TdClassName
{
border-color: #D70735;
}
.TagClassName
{
border-color: #D70735;
}
</style>