Shades of Alizarin #DA262D
Tints of Alizarin #DA262D
RGB
CMYK
RGB Variations
Color information
#DA262D (or 0xDA262D) is known color: Alizarin. HEX triplet: DA, 26 and 2D. RGB value is (218,38,45). Sum of RGB (Red+Green+Blue) = 218+38+45=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA262D is #25D9D2. Grayscale: #5C5C5C. Windows color (decimal): -2480595 or 2959066. OLE color: 2959066.
HSL color Cylindrical-coordinate representation of color #DA262D: hue angle of 357.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 #DA262D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 45 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.15 |
| HSL | 357.67º | 0.71% | 0.5% | - |
| HSV(B) | 357.67º | 0.83% | 0.85% | - |
| XYZ | 30.08 | 16.48 | 4.08 | - |
| YUV | 92.62 | 101.13 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 45 | 0 | 0.83 | 0.79 | 0.15 | 357.67 | 0.71 | 0.5 |
| Hex | DA | 26 | 2D | 0 | 53 | 4F | F | 166 | 47 | 32 |
| Octal | 332 | 46 | 55 | 0 | 123 | 117 | 17 | 546 | 107 | 62 |
| Binary | 11011010 | 100110 | 101101 | 0 | 1010011 | 1001111 | 1111 | 101100110 | 1000111 | 110010 |
Color Harmonies of #DA262D
Complementary color
Monochromatic Colors of #DA262D
Black with #DA262D
Text Example
Text Example
White with #DA262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA262D; }
p { color: rgb(218,38,45); }
H1.HeaderClassName
{
color: #DA262D;
}
.AnyTagClassName
{
color: #DA262D;
}
</style>
background-color css
<style>
a { background-color: #DA262D; }
a { background-color: rgb(218,38,45); }
div.DivClassName
{
background-color: #DA262D;
}
.BgClassName
{
background-color: #DA262D;
}
</style>
border-color css
<style>
span { border-color: #DA262D; }
span { border-color: rgb(218,38,45); }
td.TdClassName
{
border-color: #DA262D;
}
.TagClassName
{
border-color: #DA262D;
}
</style>