Shades of Crimson #DA0240
Tints of Crimson #DA0240
RGB
CMYK
RGB Variations
Color information
#DA0240 (or 0xDA0240) is known color: Crimson. HEX triplet: DA, 02 and 40. RGB value is (218,2,64). Sum of RGB (Red+Green+Blue) = 218+2+64=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0240 is #25FDBF. Grayscale: #494949. Windows color (decimal): -2489792 or 4195034. OLE color: 4195034.
HSL color Cylindrical-coordinate representation of color #DA0240: hue angle of 342.78º 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 #DA0240 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 64 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.15 |
| HSL | 342.78º | 0.98% | 0.43% | - |
| HSV(B) | 342.78º | 0.99% | 0.85% | - |
| XYZ | 29.86 | 15.32 | 6.23 | - |
| YUV | 73.65 | 122.56 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 64 | 0 | 0.99 | 0.71 | 0.15 | 342.78 | 0.98 | 0.43 |
| Hex | DA | 2 | 40 | 0 | 63 | 47 | F | 157 | 62 | 2B |
| Octal | 332 | 2 | 100 | 0 | 143 | 107 | 17 | 527 | 142 | 53 |
| Binary | 11011010 | 10 | 1000000 | 0 | 1100011 | 1000111 | 1111 | 101010111 | 1100010 | 101011 |
Color Harmonies of #DA0240
Complementary color
Monochromatic Colors of #DA0240
Black with #DA0240
Text Example
Text Example
White with #DA0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0240; }
p { color: rgb(218,2,64); }
H1.HeaderClassName
{
color: #DA0240;
}
.AnyTagClassName
{
color: #DA0240;
}
</style>
background-color css
<style>
a { background-color: #DA0240; }
a { background-color: rgb(218,2,64); }
div.DivClassName
{
background-color: #DA0240;
}
.BgClassName
{
background-color: #DA0240;
}
</style>
border-color css
<style>
span { border-color: #DA0240; }
span { border-color: rgb(218,2,64); }
td.TdClassName
{
border-color: #DA0240;
}
.TagClassName
{
border-color: #DA0240;
}
</style>