Shades of Crimson #DA0244
Tints of Crimson #DA0244
RGB
CMYK
RGB Variations
Color information
#DA0244 (or 0xDA0244) is known color: Crimson. HEX triplet: DA, 02 and 44. RGB value is (218,2,68). Sum of RGB (Red+Green+Blue) = 218+2+68=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0244 is #25FDBB. Grayscale: #4A4A4A. Windows color (decimal): -2489788 or 4457178. OLE color: 4457178.
HSL color Cylindrical-coordinate representation of color #DA0244: hue angle of 341.67º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0244 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.15 |
| HSL | 341.67º | 0.98% | 0.43% | - |
| HSV(B) | 341.67º | 0.99% | 0.85% | - |
| XYZ | 29.98 | 15.37 | 6.85 | - |
| YUV | 74.11 | 124.56 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 68 | 0 | 0.99 | 0.69 | 0.15 | 341.67 | 0.98 | 0.43 |
| Hex | DA | 2 | 44 | 0 | 63 | 45 | F | 156 | 62 | 2B |
| Octal | 332 | 2 | 104 | 0 | 143 | 105 | 17 | 526 | 142 | 53 |
| Binary | 11011010 | 10 | 1000100 | 0 | 1100011 | 1000101 | 1111 | 101010110 | 1100010 | 101011 |
Color Harmonies of #DA0244
Complementary color
Monochromatic Colors of #DA0244
Black with #DA0244
Text Example
Text Example
White with #DA0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0244; }
p { color: rgb(218,2,68); }
H1.HeaderClassName
{
color: #DA0244;
}
.AnyTagClassName
{
color: #DA0244;
}
</style>
background-color css
<style>
a { background-color: #DA0244; }
a { background-color: rgb(218,2,68); }
div.DivClassName
{
background-color: #DA0244;
}
.BgClassName
{
background-color: #DA0244;
}
</style>
border-color css
<style>
span { border-color: #DA0244; }
span { border-color: rgb(218,2,68); }
td.TdClassName
{
border-color: #DA0244;
}
.TagClassName
{
border-color: #DA0244;
}
</style>