Shades of Crimson #DA0742
Tints of Crimson #DA0742
RGB
CMYK
RGB Variations
Color information
#DA0742 (or 0xDA0742) is known color: Crimson. HEX triplet: DA, 07 and 42. RGB value is (218,7,66). Sum of RGB (Red+Green+Blue) = 218+7+66=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0742 is #25F8BD. Grayscale: #4C4C4C. Windows color (decimal): -2488510 or 4327386. OLE color: 4327386.
HSL color Cylindrical-coordinate representation of color #DA0742: hue angle of 343.22º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0742 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 66 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.15 |
| HSL | 343.22º | 0.94% | 0.44% | - |
| HSV(B) | 343.22º | 0.97% | 0.85% | - |
| XYZ | 29.97 | 15.45 | 6.56 | - |
| YUV | 76.82 | 121.9 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 66 | 0 | 0.97 | 0.70 | 0.15 | 343.22 | 0.94 | 0.44 |
| Hex | DA | 7 | 42 | 0 | 61 | 46 | F | 157 | 5E | 2C |
| Octal | 332 | 7 | 102 | 0 | 141 | 106 | 17 | 527 | 136 | 54 |
| Binary | 11011010 | 111 | 1000010 | 0 | 1100001 | 1000110 | 1111 | 101010111 | 1011110 | 101100 |
Color Harmonies of #DA0742
Complementary color
Monochromatic Colors of #DA0742
Black with #DA0742
Text Example
Text Example
White with #DA0742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0742; }
p { color: rgb(218,7,66); }
H1.HeaderClassName
{
color: #DA0742;
}
.AnyTagClassName
{
color: #DA0742;
}
</style>
background-color css
<style>
a { background-color: #DA0742; }
a { background-color: rgb(218,7,66); }
div.DivClassName
{
background-color: #DA0742;
}
.BgClassName
{
background-color: #DA0742;
}
</style>
border-color css
<style>
span { border-color: #DA0742; }
span { border-color: rgb(218,7,66); }
td.TdClassName
{
border-color: #DA0742;
}
.TagClassName
{
border-color: #DA0742;
}
</style>