Shades of Crimson #D70235
Tints of Crimson #D70235
RGB
CMYK
RGB Variations
Color information
#D70235 (or 0xD70235) is known color: Crimson. HEX triplet: D7, 02 and 35. RGB value is (215,2,53). Sum of RGB (Red+Green+Blue) = 215+2+53=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D70235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70235 is #28FDCA. Grayscale: #474747. Windows color (decimal): -2686411 or 3474135. OLE color: 3474135.
HSL color Cylindrical-coordinate representation of color #D70235: hue angle of 345.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70235 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.16 |
| HSL | 345.63º | 0.98% | 0.43% | - |
| HSV(B) | 345.63º | 0.99% | 0.84% | - |
| XYZ | 28.69 | 14.75 | 4.7 | - |
| YUV | 71.5 | 117.57 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 53 | 0 | 0.99 | 0.75 | 0.16 | 345.63 | 0.98 | 0.43 |
| Hex | D7 | 2 | 35 | 0 | 63 | 4B | 10 | 15A | 62 | 2B |
| Octal | 327 | 2 | 65 | 0 | 143 | 113 | 20 | 532 | 142 | 53 |
| Binary | 11010111 | 10 | 110101 | 0 | 1100011 | 1001011 | 10000 | 101011010 | 1100010 | 101011 |
Color Harmonies of #D70235
Complementary color
Monochromatic Colors of #D70235
Black with #D70235
Text Example
Text Example
White with #D70235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70235; }
p { color: rgb(215,2,53); }
H1.HeaderClassName
{
color: #D70235;
}
.AnyTagClassName
{
color: #D70235;
}
</style>
background-color css
<style>
a { background-color: #D70235; }
a { background-color: rgb(215,2,53); }
div.DivClassName
{
background-color: #D70235;
}
.BgClassName
{
background-color: #D70235;
}
</style>
border-color css
<style>
span { border-color: #D70235; }
span { border-color: rgb(215,2,53); }
td.TdClassName
{
border-color: #D70235;
}
.TagClassName
{
border-color: #D70235;
}
</style>