Shades of Crimson #D70036
Tints of Crimson #D70036
RGB
CMYK
RGB Variations
Color information
#D70036 (or 0xD70036) is known color: Crimson. HEX triplet: D7, 00 and 36. RGB value is (215,0,54). Sum of RGB (Red+Green+Blue) = 215+0+54=269 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.93% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 215 - color contains mainly: red. Hex color #D70036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70036 is #28FFC9. Grayscale: #464646. Windows color (decimal): -2686922 or 3539159. OLE color: 3539159.
HSL color Cylindrical-coordinate representation of color #D70036: hue angle of 344.93º 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 #D70036 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.75 | 0.16 |
| HSL | 344.93º | 1% | 0.42% | - |
| HSV(B) | 344.93º | 1% | 0.84% | - |
| XYZ | 28.69 | 14.71 | 4.82 | - |
| YUV | 70.44 | 118.73 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 54 | 0 | 1 | 0.75 | 0.16 | 344.93 | 1 | 0.42 |
| Hex | D7 | 0 | 36 | 0 | 64 | 4B | 10 | 159 | 64 | 2A |
| Octal | 327 | 0 | 66 | 0 | 144 | 113 | 20 | 531 | 144 | 52 |
| Binary | 11010111 | 0 | 110110 | 0 | 1100100 | 1001011 | 10000 | 101011001 | 1100100 | 101010 |
Color Harmonies of #D70036
Complementary color
Monochromatic Colors of #D70036
Black with #D70036
Text Example
Text Example
White with #D70036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70036; }
p { color: rgb(215,0,54); }
H1.HeaderClassName
{
color: #D70036;
}
.AnyTagClassName
{
color: #D70036;
}
</style>
background-color css
<style>
a { background-color: #D70036; }
a { background-color: rgb(215,0,54); }
div.DivClassName
{
background-color: #D70036;
}
.BgClassName
{
background-color: #D70036;
}
</style>
border-color css
<style>
span { border-color: #D70036; }
span { border-color: rgb(215,0,54); }
td.TdClassName
{
border-color: #D70036;
}
.TagClassName
{
border-color: #D70036;
}
</style>