Shades of Crimson #DA0A2B
Tints of Crimson #DA0A2B
RGB
CMYK
RGB Variations
Color information
#DA0A2B (or 0xDA0A2B) is known color: Crimson. HEX triplet: DA, 0A and 2B. RGB value is (218,10,43). Sum of RGB (Red+Green+Blue) = 218+10+43=271 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.44% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A2B is #25F5D4. Grayscale: #4C4C4C. Windows color (decimal): -2487765 or 2820826. OLE color: 2820826.
HSL color Cylindrical-coordinate representation of color #DA0A2B: hue angle of 350.48º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.15 |
| HSL | 350.48º | 0.91% | 0.45% | - |
| HSV(B) | 350.48º | 0.95% | 0.85% | - |
| XYZ | 29.46 | 15.3 | 3.69 | - |
| YUV | 75.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 43 | 0 | 0.95 | 0.80 | 0.15 | 350.48 | 0.91 | 0.45 |
| Hex | DA | A | 2B | 0 | 5F | 50 | F | 15E | 5B | 2D |
| Octal | 332 | 12 | 53 | 0 | 137 | 120 | 17 | 536 | 133 | 55 |
| Binary | 11011010 | 1010 | 101011 | 0 | 1011111 | 1010000 | 1111 | 101011110 | 1011011 | 101101 |
Color Harmonies of #DA0A2B
Complementary color
Monochromatic Colors of #DA0A2B
Black with #DA0A2B
Text Example
Text Example
White with #DA0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A2B; }
p { color: rgb(218,10,43); }
H1.HeaderClassName
{
color: #DA0A2B;
}
.AnyTagClassName
{
color: #DA0A2B;
}
</style>
background-color css
<style>
a { background-color: #DA0A2B; }
a { background-color: rgb(218,10,43); }
div.DivClassName
{
background-color: #DA0A2B;
}
.BgClassName
{
background-color: #DA0A2B;
}
</style>
border-color css
<style>
span { border-color: #DA0A2B; }
span { border-color: rgb(218,10,43); }
td.TdClassName
{
border-color: #DA0A2B;
}
.TagClassName
{
border-color: #DA0A2B;
}
</style>