Shades of Crimson #DA042A
Tints of Crimson #DA042A
RGB
CMYK
RGB Variations
Color information
#DA042A (or 0xDA042A) is known color: Crimson. HEX triplet: DA, 04 and 2A. RGB value is (218,4,42). Sum of RGB (Red+Green+Blue) = 218+4+42=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA042A is #25FBD5. Grayscale: #484848. Windows color (decimal): -2489302 or 2753754. OLE color: 2753754.
HSL color Cylindrical-coordinate representation of color #DA042A: hue angle of 349.35º 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 #DA042A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.15 |
| HSL | 349.35º | 0.96% | 0.44% | - |
| HSV(B) | 349.35º | 0.98% | 0.85% | - |
| XYZ | 29.37 | 15.16 | 3.57 | - |
| YUV | 72.32 | 110.9 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 42 | 0 | 0.98 | 0.81 | 0.15 | 349.35 | 0.96 | 0.44 |
| Hex | DA | 4 | 2A | 0 | 62 | 51 | F | 15D | 60 | 2C |
| Octal | 332 | 4 | 52 | 0 | 142 | 121 | 17 | 535 | 140 | 54 |
| Binary | 11011010 | 100 | 101010 | 0 | 1100010 | 1010001 | 1111 | 101011101 | 1100000 | 101100 |
Color Harmonies of #DA042A
Complementary color
Monochromatic Colors of #DA042A
Black with #DA042A
Text Example
Text Example
White with #DA042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA042A; }
p { color: rgb(218,4,42); }
H1.HeaderClassName
{
color: #DA042A;
}
.AnyTagClassName
{
color: #DA042A;
}
</style>
background-color css
<style>
a { background-color: #DA042A; }
a { background-color: rgb(218,4,42); }
div.DivClassName
{
background-color: #DA042A;
}
.BgClassName
{
background-color: #DA042A;
}
</style>
border-color css
<style>
span { border-color: #DA042A; }
span { border-color: rgb(218,4,42); }
td.TdClassName
{
border-color: #DA042A;
}
.TagClassName
{
border-color: #DA042A;
}
</style>