Shades of Crimson #DA012E
Tints of Crimson #DA012E
RGB
CMYK
RGB Variations
Color information
#DA012E (or 0xDA012E) is known color: Crimson. HEX triplet: DA, 01 and 2E. RGB value is (218,1,46). Sum of RGB (Red+Green+Blue) = 218+1+46=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA012E is #25FED1. Grayscale: #474747. Windows color (decimal): -2490066 or 3015130. OLE color: 3015130.
HSL color Cylindrical-coordinate representation of color #DA012E: hue angle of 347.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA012E is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 46 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.15 |
| HSL | 347.56º | 0.99% | 0.43% | - |
| HSV(B) | 347.56º | 1% | 0.85% | - |
| XYZ | 29.42 | 15.12 | 3.95 | - |
| YUV | 71.01 | 113.89 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 46 | 0 | 1.00 | 0.79 | 0.15 | 347.56 | 0.99 | 0.43 |
| Hex | DA | 1 | 2E | 0 | 64 | 4F | F | 15C | 63 | 2B |
| Octal | 332 | 1 | 56 | 0 | 144 | 117 | 17 | 534 | 143 | 53 |
| Binary | 11011010 | 1 | 101110 | 0 | 1100100 | 1001111 | 1111 | 101011100 | 1100011 | 101011 |
Color Harmonies of #DA012E
Complementary color
Monochromatic Colors of #DA012E
Black with #DA012E
Text Example
Text Example
White with #DA012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA012E; }
p { color: rgb(218,1,46); }
H1.HeaderClassName
{
color: #DA012E;
}
.AnyTagClassName
{
color: #DA012E;
}
</style>
background-color css
<style>
a { background-color: #DA012E; }
a { background-color: rgb(218,1,46); }
div.DivClassName
{
background-color: #DA012E;
}
.BgClassName
{
background-color: #DA012E;
}
</style>
border-color css
<style>
span { border-color: #DA012E; }
span { border-color: rgb(218,1,46); }
td.TdClassName
{
border-color: #DA012E;
}
.TagClassName
{
border-color: #DA012E;
}
</style>