Shades of Alizarin #DA262A
Tints of Alizarin #DA262A
RGB
CMYK
RGB Variations
Color information
#DA262A (or 0xDA262A) is known color: Alizarin. HEX triplet: DA, 26 and 2A. RGB value is (218,38,42). Sum of RGB (Red+Green+Blue) = 218+38+42=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA262A is #25D9D5. Grayscale: #5C5C5C. Windows color (decimal): -2480598 or 2762458. OLE color: 2762458.
HSL color Cylindrical-coordinate representation of color #DA262A: hue angle of 358.67º 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 #DA262A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.67º | 0.71% | 0.5% | - |
| HSV(B) | 358.67º | 0.83% | 0.85% | - |
| XYZ | 30.02 | 16.46 | 3.78 | - |
| YUV | 92.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 42 | 0 | 0.83 | 0.81 | 0.15 | 358.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 2A | 0 | 53 | 51 | F | 167 | 47 | 32 |
| Octal | 332 | 46 | 52 | 0 | 123 | 121 | 17 | 547 | 107 | 62 |
| Binary | 11011010 | 100110 | 101010 | 0 | 1010011 | 1010001 | 1111 | 101100111 | 1000111 | 110010 |
Color Harmonies of #DA262A
Complementary color
Monochromatic Colors of #DA262A
Black with #DA262A
Text Example
Text Example
White with #DA262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA262A; }
p { color: rgb(218,38,42); }
H1.HeaderClassName
{
color: #DA262A;
}
.AnyTagClassName
{
color: #DA262A;
}
</style>
background-color css
<style>
a { background-color: #DA262A; }
a { background-color: rgb(218,38,42); }
div.DivClassName
{
background-color: #DA262A;
}
.BgClassName
{
background-color: #DA262A;
}
</style>
border-color css
<style>
span { border-color: #DA262A; }
span { border-color: rgb(218,38,42); }
td.TdClassName
{
border-color: #DA262A;
}
.TagClassName
{
border-color: #DA262A;
}
</style>