Shades of Crimson #DA0A2A
Tints of Crimson #DA0A2A
RGB
CMYK
RGB Variations
Color information
#DA0A2A (or 0xDA0A2A) is known color: Crimson. HEX triplet: DA, 0A and 2A. RGB value is (218,10,42). Sum of RGB (Red+Green+Blue) = 218+10+42=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A2A is #25F5D5. Grayscale: #4B4B4B. Windows color (decimal): -2487766 or 2755290. OLE color: 2755290.
HSL color Cylindrical-coordinate representation of color #DA0A2A: hue angle of 350.77º 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 #DA0A2A is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 42 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.15 |
| HSL | 350.77º | 0.91% | 0.45% | - |
| HSV(B) | 350.77º | 0.95% | 0.85% | - |
| XYZ | 29.44 | 15.29 | 3.59 | - |
| YUV | 75.84 | 108.91 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 42 | 0 | 0.95 | 0.81 | 0.15 | 350.77 | 0.91 | 0.45 |
| Hex | DA | A | 2A | 0 | 5F | 51 | F | 15F | 5B | 2D |
| Octal | 332 | 12 | 52 | 0 | 137 | 121 | 17 | 537 | 133 | 55 |
| Binary | 11011010 | 1010 | 101010 | 0 | 1011111 | 1010001 | 1111 | 101011111 | 1011011 | 101101 |
Color Harmonies of #DA0A2A
Complementary color
Monochromatic Colors of #DA0A2A
Black with #DA0A2A
Text Example
Text Example
White with #DA0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A2A; }
p { color: rgb(218,10,42); }
H1.HeaderClassName
{
color: #DA0A2A;
}
.AnyTagClassName
{
color: #DA0A2A;
}
</style>
background-color css
<style>
a { background-color: #DA0A2A; }
a { background-color: rgb(218,10,42); }
div.DivClassName
{
background-color: #DA0A2A;
}
.BgClassName
{
background-color: #DA0A2A;
}
</style>
border-color css
<style>
span { border-color: #DA0A2A; }
span { border-color: rgb(218,10,42); }
td.TdClassName
{
border-color: #DA0A2A;
}
.TagClassName
{
border-color: #DA0A2A;
}
</style>