Shades of Crimson #D70236
Tints of Crimson #D70236
RGB
CMYK
RGB Variations
Color information
#D70236 (or 0xD70236) is known color: Crimson. HEX triplet: D7, 02 and 36. RGB value is (215,2,54). Sum of RGB (Red+Green+Blue) = 215+2+54=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D70236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70236 is #28FDC9. Grayscale: #474747. Windows color (decimal): -2686410 or 3539671. OLE color: 3539671.
HSL color Cylindrical-coordinate representation of color #D70236: hue angle of 345.35º 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 #D70236 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.16 |
| HSL | 345.35º | 0.98% | 0.43% | - |
| HSV(B) | 345.35º | 0.99% | 0.84% | - |
| XYZ | 28.71 | 14.76 | 4.83 | - |
| YUV | 71.62 | 118.07 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 54 | 0 | 0.99 | 0.75 | 0.16 | 345.35 | 0.98 | 0.43 |
| Hex | D7 | 2 | 36 | 0 | 63 | 4B | 10 | 159 | 62 | 2B |
| Octal | 327 | 2 | 66 | 0 | 143 | 113 | 20 | 531 | 142 | 53 |
| Binary | 11010111 | 10 | 110110 | 0 | 1100011 | 1001011 | 10000 | 101011001 | 1100010 | 101011 |
Color Harmonies of #D70236
Complementary color
Monochromatic Colors of #D70236
Black with #D70236
Text Example
Text Example
White with #D70236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70236; }
p { color: rgb(215,2,54); }
H1.HeaderClassName
{
color: #D70236;
}
.AnyTagClassName
{
color: #D70236;
}
</style>
background-color css
<style>
a { background-color: #D70236; }
a { background-color: rgb(215,2,54); }
div.DivClassName
{
background-color: #D70236;
}
.BgClassName
{
background-color: #D70236;
}
</style>
border-color css
<style>
span { border-color: #D70236; }
span { border-color: rgb(215,2,54); }
td.TdClassName
{
border-color: #D70236;
}
.TagClassName
{
border-color: #D70236;
}
</style>