Shades of Crimson #DA0442
Tints of Crimson #DA0442
RGB
CMYK
RGB Variations
Color information
#DA0442 (or 0xDA0442) is known color: Crimson. HEX triplet: DA, 04 and 42. RGB value is (218,4,66). Sum of RGB (Red+Green+Blue) = 218+4+66=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0442 is #25FBBD. Grayscale: #4B4B4B. Windows color (decimal): -2489278 or 4326618. OLE color: 4326618.
HSL color Cylindrical-coordinate representation of color #DA0442: hue angle of 342.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0442 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.15 |
| HSL | 342.62º | 0.96% | 0.44% | - |
| HSV(B) | 342.62º | 0.98% | 0.85% | - |
| XYZ | 29.94 | 15.39 | 6.55 | - |
| YUV | 75.05 | 122.9 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 66 | 0 | 0.98 | 0.70 | 0.15 | 342.62 | 0.96 | 0.44 |
| Hex | DA | 4 | 42 | 0 | 62 | 46 | F | 157 | 60 | 2C |
| Octal | 332 | 4 | 102 | 0 | 142 | 106 | 17 | 527 | 140 | 54 |
| Binary | 11011010 | 100 | 1000010 | 0 | 1100010 | 1000110 | 1111 | 101010111 | 1100000 | 101100 |
Color Harmonies of #DA0442
Complementary color
Monochromatic Colors of #DA0442
Black with #DA0442
Text Example
Text Example
White with #DA0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0442; }
p { color: rgb(218,4,66); }
H1.HeaderClassName
{
color: #DA0442;
}
.AnyTagClassName
{
color: #DA0442;
}
</style>
background-color css
<style>
a { background-color: #DA0442; }
a { background-color: rgb(218,4,66); }
div.DivClassName
{
background-color: #DA0442;
}
.BgClassName
{
background-color: #DA0442;
}
</style>
border-color css
<style>
span { border-color: #DA0442; }
span { border-color: rgb(218,4,66); }
td.TdClassName
{
border-color: #DA0442;
}
.TagClassName
{
border-color: #DA0442;
}
</style>