Shades of Crimson #DA0A32
Tints of Crimson #DA0A32
RGB
CMYK
RGB Variations
Color information
#DA0A32 (or 0xDA0A32) is known color: Crimson. HEX triplet: DA, 0A and 32. RGB value is (218,10,50). Sum of RGB (Red+Green+Blue) = 218+10+50=278 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.42% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A32 is #25F5CD. Grayscale: #4C4C4C. Windows color (decimal): -2487758 or 3279578. OLE color: 3279578.
HSL color Cylindrical-coordinate representation of color #DA0A32: hue angle of 348.46º 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 #DA0A32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 10 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.15 |
| HSL | 348.46º | 0.91% | 0.45% | - |
| HSV(B) | 348.46º | 0.95% | 0.85% | - |
| XYZ | 29.6 | 15.35 | 4.42 | - |
| YUV | 76.75 | 112.91 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 10 | 50 | 0 | 0.95 | 0.77 | 0.15 | 348.46 | 0.91 | 0.45 |
| Hex | DA | A | 32 | 0 | 5F | 4D | F | 15C | 5B | 2D |
| Octal | 332 | 12 | 62 | 0 | 137 | 115 | 17 | 534 | 133 | 55 |
| Binary | 11011010 | 1010 | 110010 | 0 | 1011111 | 1001101 | 1111 | 101011100 | 1011011 | 101101 |
Color Harmonies of #DA0A32
Complementary color
Monochromatic Colors of #DA0A32
Black with #DA0A32
Text Example
Text Example
White with #DA0A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0A32; }
p { color: rgb(218,10,50); }
H1.HeaderClassName
{
color: #DA0A32;
}
.AnyTagClassName
{
color: #DA0A32;
}
</style>
background-color css
<style>
a { background-color: #DA0A32; }
a { background-color: rgb(218,10,50); }
div.DivClassName
{
background-color: #DA0A32;
}
.BgClassName
{
background-color: #DA0A32;
}
</style>
border-color css
<style>
span { border-color: #DA0A32; }
span { border-color: rgb(218,10,50); }
td.TdClassName
{
border-color: #DA0A32;
}
.TagClassName
{
border-color: #DA0A32;
}
</style>