Shades of Crimson #DA0F2C
Tints of Crimson #DA0F2C
RGB
CMYK
RGB Variations
Color information
#DA0F2C (or 0xDA0F2C) is known color: Crimson. HEX triplet: DA, 0F and 2C. RGB value is (218,15,44). Sum of RGB (Red+Green+Blue) = 218+15+44=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F2C is #25F0D3. Grayscale: #4F4F4F. Windows color (decimal): -2486484 or 2887642. OLE color: 2887642.
HSL color Cylindrical-coordinate representation of color #DA0F2C: hue angle of 351.43º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F2C is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 44 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.15 |
| HSL | 351.43º | 0.87% | 0.46% | - |
| HSV(B) | 351.43º | 0.93% | 0.85% | - |
| XYZ | 29.54 | 15.43 | 3.8 | - |
| YUV | 79 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 44 | 0 | 0.93 | 0.80 | 0.15 | 351.43 | 0.87 | 0.46 |
| Hex | DA | F | 2C | 0 | 5D | 50 | F | 15F | 57 | 2E |
| Octal | 332 | 17 | 54 | 0 | 135 | 120 | 17 | 537 | 127 | 56 |
| Binary | 11011010 | 1111 | 101100 | 0 | 1011101 | 1010000 | 1111 | 101011111 | 1010111 | 101110 |
Color Harmonies of #DA0F2C
Complementary color
Monochromatic Colors of #DA0F2C
Black with #DA0F2C
Text Example
Text Example
White with #DA0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F2C; }
p { color: rgb(218,15,44); }
H1.HeaderClassName
{
color: #DA0F2C;
}
.AnyTagClassName
{
color: #DA0F2C;
}
</style>
background-color css
<style>
a { background-color: #DA0F2C; }
a { background-color: rgb(218,15,44); }
div.DivClassName
{
background-color: #DA0F2C;
}
.BgClassName
{
background-color: #DA0F2C;
}
</style>
border-color css
<style>
span { border-color: #DA0F2C; }
span { border-color: rgb(218,15,44); }
td.TdClassName
{
border-color: #DA0F2C;
}
.TagClassName
{
border-color: #DA0F2C;
}
</style>