Shades of Crimson #DA1442
Tints of Crimson #DA1442
RGB
CMYK
RGB Variations
Color information
#DA1442 (or 0xDA1442) is known color: Crimson. HEX triplet: DA, 14 and 42. RGB value is (218,20,66). Sum of RGB (Red+Green+Blue) = 218+20+66=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1442 is #25EBBD. Grayscale: #545454. Windows color (decimal): -2485182 or 4330714. OLE color: 4330714.
HSL color Cylindrical-coordinate representation of color #DA1442: hue angle of 346.06º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1442 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 66 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.15 |
| HSL | 346.06º | 0.83% | 0.47% | - |
| HSV(B) | 346.06º | 0.91% | 0.85% | - |
| XYZ | 30.15 | 15.8 | 6.61 | - |
| YUV | 84.45 | 117.6 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 66 | 0 | 0.91 | 0.70 | 0.15 | 346.06 | 0.83 | 0.47 |
| Hex | DA | 14 | 42 | 0 | 5B | 46 | F | 15A | 53 | 2F |
| Octal | 332 | 24 | 102 | 0 | 133 | 106 | 17 | 532 | 123 | 57 |
| Binary | 11011010 | 10100 | 1000010 | 0 | 1011011 | 1000110 | 1111 | 101011010 | 1010011 | 101111 |
Color Harmonies of #DA1442
Complementary color
Monochromatic Colors of #DA1442
Black with #DA1442
Text Example
Text Example
White with #DA1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1442; }
p { color: rgb(218,20,66); }
H1.HeaderClassName
{
color: #DA1442;
}
.AnyTagClassName
{
color: #DA1442;
}
</style>
background-color css
<style>
a { background-color: #DA1442; }
a { background-color: rgb(218,20,66); }
div.DivClassName
{
background-color: #DA1442;
}
.BgClassName
{
background-color: #DA1442;
}
</style>
border-color css
<style>
span { border-color: #DA1442; }
span { border-color: rgb(218,20,66); }
td.TdClassName
{
border-color: #DA1442;
}
.TagClassName
{
border-color: #DA1442;
}
</style>