Shades of Crimson #DA142C
Tints of Crimson #DA142C
RGB
CMYK
RGB Variations
Color information
#DA142C (or 0xDA142C) is known color: Crimson. HEX triplet: DA, 14 and 2C. RGB value is (218,20,44). Sum of RGB (Red+Green+Blue) = 218+20+44=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA142C is #25EBD3. Grayscale: #525252. Windows color (decimal): -2485204 or 2888922. OLE color: 2888922.
HSL color Cylindrical-coordinate representation of color #DA142C: hue angle of 352.73º 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 #DA142C is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 44 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.15 |
| HSL | 352.73º | 0.83% | 0.47% | - |
| HSV(B) | 352.73º | 0.91% | 0.85% | - |
| XYZ | 29.62 | 15.59 | 3.83 | - |
| YUV | 81.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 44 | 0 | 0.91 | 0.80 | 0.15 | 352.73 | 0.83 | 0.47 |
| Hex | DA | 14 | 2C | 0 | 5B | 50 | F | 161 | 53 | 2F |
| Octal | 332 | 24 | 54 | 0 | 133 | 120 | 17 | 541 | 123 | 57 |
| Binary | 11011010 | 10100 | 101100 | 0 | 1011011 | 1010000 | 1111 | 101100001 | 1010011 | 101111 |
Color Harmonies of #DA142C
Complementary color
Monochromatic Colors of #DA142C
Black with #DA142C
Text Example
Text Example
White with #DA142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA142C; }
p { color: rgb(218,20,44); }
H1.HeaderClassName
{
color: #DA142C;
}
.AnyTagClassName
{
color: #DA142C;
}
</style>
background-color css
<style>
a { background-color: #DA142C; }
a { background-color: rgb(218,20,44); }
div.DivClassName
{
background-color: #DA142C;
}
.BgClassName
{
background-color: #DA142C;
}
</style>
border-color css
<style>
span { border-color: #DA142C; }
span { border-color: rgb(218,20,44); }
td.TdClassName
{
border-color: #DA142C;
}
.TagClassName
{
border-color: #DA142C;
}
</style>