Shades of Crimson #DA0A39
Tints of Crimson #DA0A39
RGB
CMYK
RGB Variations
Color information
#DA0A39 (or 0xDA0A39) is known color: Crimson. HEX triplet: DA, 0A and 39. RGB value is (218,10,57). Sum of RGB (Red+Green+Blue) = 218+10+57=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A39 is #25F5C6. Grayscale: #4D4D4D. Windows color (decimal): -2487751 or 3738330. OLE color: 3738330.
HSL color Cylindrical-coordinate representation of color #DA0A39: hue angle of 346.44º 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 #DA0A39 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 57 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.15 |
| HSL | 346.44º | 0.91% | 0.45% | - |
| HSV(B) | 346.44º | 0.95% | 0.85% | - |
| XYZ | 29.76 | 15.42 | 5.28 | - |
| YUV | 77.55 | 116.41 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 57 | 0 | 0.95 | 0.74 | 0.15 | 346.44 | 0.91 | 0.45 |
| Hex | DA | A | 39 | 0 | 5F | 4A | F | 15A | 5B | 2D |
| Octal | 332 | 12 | 71 | 0 | 137 | 112 | 17 | 532 | 133 | 55 |
| Binary | 11011010 | 1010 | 111001 | 0 | 1011111 | 1001010 | 1111 | 101011010 | 1011011 | 101101 |
Color Harmonies of #DA0A39
Complementary color
Monochromatic Colors of #DA0A39
Black with #DA0A39
Text Example
Text Example
White with #DA0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A39; }
p { color: rgb(218,10,57); }
H1.HeaderClassName
{
color: #DA0A39;
}
.AnyTagClassName
{
color: #DA0A39;
}
</style>
background-color css
<style>
a { background-color: #DA0A39; }
a { background-color: rgb(218,10,57); }
div.DivClassName
{
background-color: #DA0A39;
}
.BgClassName
{
background-color: #DA0A39;
}
</style>
border-color css
<style>
span { border-color: #DA0A39; }
span { border-color: rgb(218,10,57); }
td.TdClassName
{
border-color: #DA0A39;
}
.TagClassName
{
border-color: #DA0A39;
}
</style>