Shades of Crimson #DA0C3C
Tints of Crimson #DA0C3C
RGB
CMYK
RGB Variations
Color information
#DA0C3C (or 0xDA0C3C) is known color: Crimson. HEX triplet: DA, 0C and 3C. RGB value is (218,12,60). Sum of RGB (Red+Green+Blue) = 218+12+60=290 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.17% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0C3C is #25F3C3. Grayscale: #4F4F4F. Windows color (decimal): -2487236 or 3935450. OLE color: 3935450.
HSL color Cylindrical-coordinate representation of color #DA0C3C: hue angle of 346.02º degrees, saturation: 0.9, 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 #DA0C3C is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 60 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.15 |
| HSL | 346.02º | 0.9% | 0.45% | - |
| HSV(B) | 346.02º | 0.94% | 0.85% | - |
| XYZ | 29.86 | 15.49 | 5.69 | - |
| YUV | 79.07 | 117.25 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 60 | 0 | 0.94 | 0.72 | 0.15 | 346.02 | 0.9 | 0.45 |
| Hex | DA | C | 3C | 0 | 5E | 48 | F | 15A | 5A | 2D |
| Octal | 332 | 14 | 74 | 0 | 136 | 110 | 17 | 532 | 132 | 55 |
| Binary | 11011010 | 1100 | 111100 | 0 | 1011110 | 1001000 | 1111 | 101011010 | 1011010 | 101101 |
Color Harmonies of #DA0C3C
Complementary color
Monochromatic Colors of #DA0C3C
Black with #DA0C3C
Text Example
Text Example
White with #DA0C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C3C; }
p { color: rgb(218,12,60); }
H1.HeaderClassName
{
color: #DA0C3C;
}
.AnyTagClassName
{
color: #DA0C3C;
}
</style>
background-color css
<style>
a { background-color: #DA0C3C; }
a { background-color: rgb(218,12,60); }
div.DivClassName
{
background-color: #DA0C3C;
}
.BgClassName
{
background-color: #DA0C3C;
}
</style>
border-color css
<style>
span { border-color: #DA0C3C; }
span { border-color: rgb(218,12,60); }
td.TdClassName
{
border-color: #DA0C3C;
}
.TagClassName
{
border-color: #DA0C3C;
}
</style>