Shades of Crimson #D70539
Tints of Crimson #D70539
RGB
CMYK
RGB Variations
Color information
#D70539 (or 0xD70539) is known color: Crimson. HEX triplet: D7, 05 and 39. RGB value is (215,5,57). Sum of RGB (Red+Green+Blue) = 215+5+57=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D70539 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70539 is #28FAC6. Grayscale: #494949. Windows color (decimal): -2685639 or 3737047. OLE color: 3737047.
HSL color Cylindrical-coordinate representation of color #D70539: hue angle of 345.14º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D70539 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 57 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.16 |
| HSL | 345.14º | 0.95% | 0.43% | - |
| HSV(B) | 345.14º | 0.98% | 0.84% | - |
| XYZ | 28.82 | 14.85 | 5.22 | - |
| YUV | 73.72 | 118.57 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 57 | 0 | 0.98 | 0.73 | 0.16 | 345.14 | 0.95 | 0.43 |
| Hex | D7 | 5 | 39 | 0 | 62 | 49 | 10 | 159 | 5F | 2B |
| Octal | 327 | 5 | 71 | 0 | 142 | 111 | 20 | 531 | 137 | 53 |
| Binary | 11010111 | 101 | 111001 | 0 | 1100010 | 1001001 | 10000 | 101011001 | 1011111 | 101011 |
Color Harmonies of #D70539
Complementary color
Monochromatic Colors of #D70539
Black with #D70539
Text Example
Text Example
White with #D70539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70539; }
p { color: rgb(215,5,57); }
H1.HeaderClassName
{
color: #D70539;
}
.AnyTagClassName
{
color: #D70539;
}
</style>
background-color css
<style>
a { background-color: #D70539; }
a { background-color: rgb(215,5,57); }
div.DivClassName
{
background-color: #D70539;
}
.BgClassName
{
background-color: #D70539;
}
</style>
border-color css
<style>
span { border-color: #D70539; }
span { border-color: rgb(215,5,57); }
td.TdClassName
{
border-color: #D70539;
}
.TagClassName
{
border-color: #D70539;
}
</style>