Shades of Crimson #D70244
Tints of Crimson #D70244
RGB
CMYK
RGB Variations
Color information
#D70244 (or 0xD70244) is known color: Crimson. HEX triplet: D7, 02 and 44. RGB value is (215,2,68). Sum of RGB (Red+Green+Blue) = 215+2+68=285 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.44% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 215 - color contains mainly: red. Hex color #D70244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70244 is #28FDBB. Grayscale: #494949. Windows color (decimal): -2686396 or 4457175. OLE color: 4457175.
HSL color Cylindrical-coordinate representation of color #D70244: hue angle of 341.41º 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 #D70244 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.16 |
| HSL | 341.41º | 0.98% | 0.43% | - |
| HSV(B) | 341.41º | 0.99% | 0.84% | - |
| XYZ | 29.09 | 14.91 | 6.81 | - |
| YUV | 73.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 68 | 0 | 0.99 | 0.68 | 0.16 | 341.41 | 0.98 | 0.43 |
| Hex | D7 | 2 | 44 | 0 | 63 | 44 | 10 | 155 | 62 | 2B |
| Octal | 327 | 2 | 104 | 0 | 143 | 104 | 20 | 525 | 142 | 53 |
| Binary | 11010111 | 10 | 1000100 | 0 | 1100011 | 1000100 | 10000 | 101010101 | 1100010 | 101011 |
Color Harmonies of #D70244
Complementary color
Monochromatic Colors of #D70244
Black with #D70244
Text Example
Text Example
White with #D70244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70244; }
p { color: rgb(215,2,68); }
H1.HeaderClassName
{
color: #D70244;
}
.AnyTagClassName
{
color: #D70244;
}
</style>
background-color css
<style>
a { background-color: #D70244; }
a { background-color: rgb(215,2,68); }
div.DivClassName
{
background-color: #D70244;
}
.BgClassName
{
background-color: #D70244;
}
</style>
border-color css
<style>
span { border-color: #D70244; }
span { border-color: rgb(215,2,68); }
td.TdClassName
{
border-color: #D70244;
}
.TagClassName
{
border-color: #D70244;
}
</style>