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