Shades of Crimson #D70242
Tints of Crimson #D70242
RGB
CMYK
RGB Variations
Color information
#D70242 (or 0xD70242) is known color: Crimson. HEX triplet: D7, 02 and 42. RGB value is (215,2,66). Sum of RGB (Red+Green+Blue) = 215+2+66=283 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.97% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 215 - color contains mainly: red. Hex color #D70242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70242 is #28FDBD. Grayscale: #484848. Windows color (decimal): -2686398 or 4326103. OLE color: 4326103.
HSL color Cylindrical-coordinate representation of color #D70242: hue angle of 341.97º 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 #D70242 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.16 |
| HSL | 341.97º | 0.98% | 0.43% | - |
| HSV(B) | 341.97º | 0.99% | 0.84% | - |
| XYZ | 29.03 | 14.88 | 6.5 | - |
| YUV | 72.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 66 | 0 | 0.99 | 0.69 | 0.16 | 341.97 | 0.98 | 0.43 |
| Hex | D7 | 2 | 42 | 0 | 63 | 45 | 10 | 156 | 62 | 2B |
| Octal | 327 | 2 | 102 | 0 | 143 | 105 | 20 | 526 | 142 | 53 |
| Binary | 11010111 | 10 | 1000010 | 0 | 1100011 | 1000101 | 10000 | 101010110 | 1100010 | 101011 |
Color Harmonies of #D70242
Complementary color
Monochromatic Colors of #D70242
Black with #D70242
Text Example
Text Example
White with #D70242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70242; }
p { color: rgb(215,2,66); }
H1.HeaderClassName
{
color: #D70242;
}
.AnyTagClassName
{
color: #D70242;
}
</style>
background-color css
<style>
a { background-color: #D70242; }
a { background-color: rgb(215,2,66); }
div.DivClassName
{
background-color: #D70242;
}
.BgClassName
{
background-color: #D70242;
}
</style>
border-color css
<style>
span { border-color: #D70242; }
span { border-color: rgb(215,2,66); }
td.TdClassName
{
border-color: #D70242;
}
.TagClassName
{
border-color: #D70242;
}
</style>