Shades of Crimson #DA0F3A
Tints of Crimson #DA0F3A
RGB
CMYK
RGB Variations
Color information
#DA0F3A (or 0xDA0F3A) is known color: Crimson. HEX triplet: DA, 0F and 3A. RGB value is (218,15,58). Sum of RGB (Red+Green+Blue) = 218+15+58=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F3A is #25F0C5. Grayscale: #505050. Windows color (decimal): -2486470 or 3805146. OLE color: 3805146.
HSL color Cylindrical-coordinate representation of color #DA0F3A: hue angle of 347.29º 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 #DA0F3A is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 58 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.15 |
| HSL | 347.29º | 0.87% | 0.46% | - |
| HSV(B) | 347.29º | 0.93% | 0.85% | - |
| XYZ | 29.85 | 15.55 | 5.43 | - |
| YUV | 80.6 | 115.25 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 58 | 0 | 0.93 | 0.73 | 0.15 | 347.29 | 0.87 | 0.46 |
| Hex | DA | F | 3A | 0 | 5D | 49 | F | 15B | 57 | 2E |
| Octal | 332 | 17 | 72 | 0 | 135 | 111 | 17 | 533 | 127 | 56 |
| Binary | 11011010 | 1111 | 111010 | 0 | 1011101 | 1001001 | 1111 | 101011011 | 1010111 | 101110 |
Color Harmonies of #DA0F3A
Complementary color
Monochromatic Colors of #DA0F3A
Black with #DA0F3A
Text Example
Text Example
White with #DA0F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F3A; }
p { color: rgb(218,15,58); }
H1.HeaderClassName
{
color: #DA0F3A;
}
.AnyTagClassName
{
color: #DA0F3A;
}
</style>
background-color css
<style>
a { background-color: #DA0F3A; }
a { background-color: rgb(218,15,58); }
div.DivClassName
{
background-color: #DA0F3A;
}
.BgClassName
{
background-color: #DA0F3A;
}
</style>
border-color css
<style>
span { border-color: #DA0F3A; }
span { border-color: rgb(218,15,58); }
td.TdClassName
{
border-color: #DA0F3A;
}
.TagClassName
{
border-color: #DA0F3A;
}
</style>