Shades of Crimson #DA0242
Tints of Crimson #DA0242
RGB
CMYK
RGB Variations
Color information
#DA0242 (or 0xDA0242) is known color: Crimson. HEX triplet: DA, 02 and 42. RGB value is (218,2,66). Sum of RGB (Red+Green+Blue) = 218+2+66=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0242 is #25FDBD. Grayscale: #494949. Windows color (decimal): -2489790 or 4326106. OLE color: 4326106.
HSL color Cylindrical-coordinate representation of color #DA0242: hue angle of 342.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0242 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 66 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.15 |
| HSL | 342.22º | 0.98% | 0.43% | - |
| HSV(B) | 342.22º | 0.99% | 0.85% | - |
| XYZ | 29.92 | 15.34 | 6.54 | - |
| YUV | 73.88 | 123.56 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 66 | 0 | 0.99 | 0.70 | 0.15 | 342.22 | 0.98 | 0.43 |
| Hex | DA | 2 | 42 | 0 | 63 | 46 | F | 156 | 62 | 2B |
| Octal | 332 | 2 | 102 | 0 | 143 | 106 | 17 | 526 | 142 | 53 |
| Binary | 11011010 | 10 | 1000010 | 0 | 1100011 | 1000110 | 1111 | 101010110 | 1100010 | 101011 |
Color Harmonies of #DA0242
Complementary color
Monochromatic Colors of #DA0242
Black with #DA0242
Text Example
Text Example
White with #DA0242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0242; }
p { color: rgb(218,2,66); }
H1.HeaderClassName
{
color: #DA0242;
}
.AnyTagClassName
{
color: #DA0242;
}
</style>
background-color css
<style>
a { background-color: #DA0242; }
a { background-color: rgb(218,2,66); }
div.DivClassName
{
background-color: #DA0242;
}
.BgClassName
{
background-color: #DA0242;
}
</style>
border-color css
<style>
span { border-color: #DA0242; }
span { border-color: rgb(218,2,66); }
td.TdClassName
{
border-color: #DA0242;
}
.TagClassName
{
border-color: #DA0242;
}
</style>