Shades of Alizarin #DA262E
Tints of Alizarin #DA262E
RGB
CMYK
RGB Variations
Color information
#DA262E (or 0xDA262E) is known color: Alizarin. HEX triplet: DA, 26 and 2E. RGB value is (218,38,46). Sum of RGB (Red+Green+Blue) = 218+38+46=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA262E is #25D9D1. Grayscale: #5C5C5C. Windows color (decimal): -2480594 or 3024602. OLE color: 3024602.
HSL color Cylindrical-coordinate representation of color #DA262E: hue angle of 357.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA262E is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 46 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.15 |
| HSL | 357.33º | 0.71% | 0.5% | - |
| HSV(B) | 357.33º | 0.83% | 0.85% | - |
| XYZ | 30.1 | 16.49 | 4.18 | - |
| YUV | 92.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 46 | 0 | 0.83 | 0.79 | 0.15 | 357.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 2E | 0 | 53 | 4F | F | 165 | 47 | 32 |
| Octal | 332 | 46 | 56 | 0 | 123 | 117 | 17 | 545 | 107 | 62 |
| Binary | 11011010 | 100110 | 101110 | 0 | 1010011 | 1001111 | 1111 | 101100101 | 1000111 | 110010 |
Color Harmonies of #DA262E
Complementary color
Monochromatic Colors of #DA262E
Black with #DA262E
Text Example
Text Example
White with #DA262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA262E; }
p { color: rgb(218,38,46); }
H1.HeaderClassName
{
color: #DA262E;
}
.AnyTagClassName
{
color: #DA262E;
}
</style>
background-color css
<style>
a { background-color: #DA262E; }
a { background-color: rgb(218,38,46); }
div.DivClassName
{
background-color: #DA262E;
}
.BgClassName
{
background-color: #DA262E;
}
</style>
border-color css
<style>
span { border-color: #DA262E; }
span { border-color: rgb(218,38,46); }
td.TdClassName
{
border-color: #DA262E;
}
.TagClassName
{
border-color: #DA262E;
}
</style>