Shades of Alizarin #D4263B
Tints of Alizarin #D4263B
RGB
CMYK
RGB Variations
Color information
#D4263B (or 0xD4263B) is known color: Alizarin. HEX triplet: D4, 26 and 3B. RGB value is (212,38,59). Sum of RGB (Red+Green+Blue) = 212+38+59=309 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.61% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 212 - color contains mainly: red. Hex color #D4263B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4263B is #2BD9C4. Grayscale: #5C5C5C. Windows color (decimal): -2873797 or 3876564. OLE color: 3876564.
HSL color Cylindrical-coordinate representation of color #D4263B: hue angle of 352.76º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D4263B is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 59 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.17 |
| HSL | 352.76º | 0.7% | 0.49% | - |
| HSV(B) | 352.76º | 0.82% | 0.83% | - |
| XYZ | 28.63 | 15.7 | 5.66 | - |
| YUV | 92.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 59 | 0 | 0.82 | 0.72 | 0.17 | 352.76 | 0.7 | 0.49 |
| Hex | D4 | 26 | 3B | 0 | 52 | 48 | 11 | 161 | 46 | 31 |
| Octal | 324 | 46 | 73 | 0 | 122 | 110 | 21 | 541 | 106 | 61 |
| Binary | 11010100 | 100110 | 111011 | 0 | 1010010 | 1001000 | 10001 | 101100001 | 1000110 | 110001 |
Color Harmonies of #D4263B
Complementary color
Monochromatic Colors of #D4263B
Black with #D4263B
Text Example
Text Example
White with #D4263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4263B; }
p { color: rgb(212,38,59); }
H1.HeaderClassName
{
color: #D4263B;
}
.AnyTagClassName
{
color: #D4263B;
}
</style>
background-color css
<style>
a { background-color: #D4263B; }
a { background-color: rgb(212,38,59); }
div.DivClassName
{
background-color: #D4263B;
}
.BgClassName
{
background-color: #D4263B;
}
</style>
border-color css
<style>
span { border-color: #D4263B; }
span { border-color: rgb(212,38,59); }
td.TdClassName
{
border-color: #D4263B;
}
.TagClassName
{
border-color: #D4263B;
}
</style>