Shades of Crimson #D70037
Tints of Crimson #D70037
RGB
CMYK
RGB Variations
Color information
#D70037 (or 0xD70037) is known color: Crimson. HEX triplet: D7, 00 and 37. RGB value is (215,0,55). Sum of RGB (Red+Green+Blue) = 215+0+55=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D70037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70037 is #28FFC8. Grayscale: #464646. Windows color (decimal): -2686921 or 3604695. OLE color: 3604695.
HSL color Cylindrical-coordinate representation of color #D70037: hue angle of 344.65º 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 #D70037 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.74 | 0.16 |
| HSL | 344.65º | 1% | 0.42% | - |
| HSV(B) | 344.65º | 1% | 0.84% | - |
| XYZ | 28.71 | 14.72 | 4.94 | - |
| YUV | 70.56 | 119.23 | 231.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 55 | 0 | 1 | 0.74 | 0.16 | 344.65 | 1 | 0.42 |
| Hex | D7 | 0 | 37 | 0 | 64 | 4A | 10 | 159 | 64 | 2A |
| Octal | 327 | 0 | 67 | 0 | 144 | 112 | 20 | 531 | 144 | 52 |
| Binary | 11010111 | 0 | 110111 | 0 | 1100100 | 1001010 | 10000 | 101011001 | 1100100 | 101010 |
Color Harmonies of #D70037
Complementary color
Monochromatic Colors of #D70037
Black with #D70037
Text Example
Text Example
White with #D70037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70037; }
p { color: rgb(215,0,55); }
H1.HeaderClassName
{
color: #D70037;
}
.AnyTagClassName
{
color: #D70037;
}
</style>
background-color css
<style>
a { background-color: #D70037; }
a { background-color: rgb(215,0,55); }
div.DivClassName
{
background-color: #D70037;
}
.BgClassName
{
background-color: #D70037;
}
</style>
border-color css
<style>
span { border-color: #D70037; }
span { border-color: rgb(215,0,55); }
td.TdClassName
{
border-color: #D70037;
}
.TagClassName
{
border-color: #D70037;
}
</style>