Shades of Crimson #DA0E2B
Tints of Crimson #DA0E2B
RGB
CMYK
RGB Variations
Color information
#DA0E2B (or 0xDA0E2B) is known color: Crimson. HEX triplet: DA, 0E and 2B. RGB value is (218,14,43). Sum of RGB (Red+Green+Blue) = 218+14+43=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0E2B is #25F1D4. Grayscale: #4E4E4E. Windows color (decimal): -2486741 or 2821850. OLE color: 2821850.
HSL color Cylindrical-coordinate representation of color #DA0E2B: hue angle of 351.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0E2B is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 43 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.15 |
| HSL | 351.47º | 0.88% | 0.45% | - |
| HSV(B) | 351.47º | 0.94% | 0.85% | - |
| XYZ | 29.51 | 15.39 | 3.7 | - |
| YUV | 78.3 | 108.09 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 43 | 0 | 0.94 | 0.80 | 0.15 | 351.47 | 0.88 | 0.45 |
| Hex | DA | E | 2B | 0 | 5E | 50 | F | 15F | 58 | 2D |
| Octal | 332 | 16 | 53 | 0 | 136 | 120 | 17 | 537 | 130 | 55 |
| Binary | 11011010 | 1110 | 101011 | 0 | 1011110 | 1010000 | 1111 | 101011111 | 1011000 | 101101 |
Color Harmonies of #DA0E2B
Complementary color
Monochromatic Colors of #DA0E2B
Black with #DA0E2B
Text Example
Text Example
White with #DA0E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0E2B; }
p { color: rgb(218,14,43); }
H1.HeaderClassName
{
color: #DA0E2B;
}
.AnyTagClassName
{
color: #DA0E2B;
}
</style>
background-color css
<style>
a { background-color: #DA0E2B; }
a { background-color: rgb(218,14,43); }
div.DivClassName
{
background-color: #DA0E2B;
}
.BgClassName
{
background-color: #DA0E2B;
}
</style>
border-color css
<style>
span { border-color: #DA0E2B; }
span { border-color: rgb(218,14,43); }
td.TdClassName
{
border-color: #DA0E2B;
}
.TagClassName
{
border-color: #DA0E2B;
}
</style>