Shades of Crimson #D70035
Tints of Crimson #D70035
RGB
CMYK
RGB Variations
Color information
#D70035 (or 0xD70035) is known color: Crimson. HEX triplet: D7, 00 and 35. RGB value is (215,0,53). Sum of RGB (Red+Green+Blue) = 215+0+53=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D70035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70035 is #28FFCA. Grayscale: #464646. Windows color (decimal): -2686923 or 3473623. OLE color: 3473623.
HSL color Cylindrical-coordinate representation of color #D70035: hue angle of 345.21º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 53 | - |
| CMYK | 0 | 1 | 0.75 | 0.16 |
| HSL | 345.21º | 1% | 0.42% | - |
| HSV(B) | 345.21º | 1% | 0.84% | - |
| XYZ | 28.67 | 14.7 | 4.7 | - |
| YUV | 70.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 53 | 0 | 1 | 0.75 | 0.16 | 345.21 | 1 | 0.42 |
| Hex | D7 | 0 | 35 | 0 | 64 | 4B | 10 | 159 | 64 | 2A |
| Octal | 327 | 0 | 65 | 0 | 144 | 113 | 20 | 531 | 144 | 52 |
| Binary | 11010111 | 0 | 110101 | 0 | 1100100 | 1001011 | 10000 | 101011001 | 1100100 | 101010 |
Color Harmonies of #D70035
Complementary color
Monochromatic Colors of #D70035
Black with #D70035
Text Example
Text Example
White with #D70035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70035; }
p { color: rgb(215,0,53); }
H1.HeaderClassName
{
color: #D70035;
}
.AnyTagClassName
{
color: #D70035;
}
</style>
background-color css
<style>
a { background-color: #D70035; }
a { background-color: rgb(215,0,53); }
div.DivClassName
{
background-color: #D70035;
}
.BgClassName
{
background-color: #D70035;
}
</style>
border-color css
<style>
span { border-color: #D70035; }
span { border-color: rgb(215,0,53); }
td.TdClassName
{
border-color: #D70035;
}
.TagClassName
{
border-color: #D70035;
}
</style>