Shades of Crimson #DA0F36
Tints of Crimson #DA0F36
RGB
CMYK
RGB Variations
Color information
#DA0F36 (or 0xDA0F36) is known color: Crimson. HEX triplet: DA, 0F and 36. RGB value is (218,15,54). Sum of RGB (Red+Green+Blue) = 218+15+54=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F36 is #25F0C9. Grayscale: #505050. Windows color (decimal): -2486474 or 3543002. OLE color: 3543002.
HSL color Cylindrical-coordinate representation of color #DA0F36: hue angle of 348.47º 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 #DA0F36 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 54 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.15 |
| HSL | 348.47º | 0.87% | 0.46% | - |
| HSV(B) | 348.47º | 0.93% | 0.85% | - |
| XYZ | 29.75 | 15.51 | 4.92 | - |
| YUV | 80.14 | 113.25 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 54 | 0 | 0.93 | 0.75 | 0.15 | 348.47 | 0.87 | 0.46 |
| Hex | DA | F | 36 | 0 | 5D | 4B | F | 15C | 57 | 2E |
| Octal | 332 | 17 | 66 | 0 | 135 | 113 | 17 | 534 | 127 | 56 |
| Binary | 11011010 | 1111 | 110110 | 0 | 1011101 | 1001011 | 1111 | 101011100 | 1010111 | 101110 |
Color Harmonies of #DA0F36
Complementary color
Monochromatic Colors of #DA0F36
Black with #DA0F36
Text Example
Text Example
White with #DA0F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F36; }
p { color: rgb(218,15,54); }
H1.HeaderClassName
{
color: #DA0F36;
}
.AnyTagClassName
{
color: #DA0F36;
}
</style>
background-color css
<style>
a { background-color: #DA0F36; }
a { background-color: rgb(218,15,54); }
div.DivClassName
{
background-color: #DA0F36;
}
.BgClassName
{
background-color: #DA0F36;
}
</style>
border-color css
<style>
span { border-color: #DA0F36; }
span { border-color: rgb(218,15,54); }
td.TdClassName
{
border-color: #DA0F36;
}
.TagClassName
{
border-color: #DA0F36;
}
</style>