Shades of Alizarin #F32429
Tints of Alizarin #F32429
RGB
CMYK
RGB Variations
Color information
#F32429 (or 0xF32429) is known color: Alizarin. HEX triplet: F3, 24 and 29. RGB value is (243,36,41). Sum of RGB (Red+Green+Blue) = 243+36+41=320 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.94% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 243 - color contains mainly: red. Hex color #F32429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32429 is #0CDBD6. Grayscale: #626262. Windows color (decimal): -842711 or 2696435. OLE color: 2696435.
HSL color Cylindrical-coordinate representation of color #F32429: hue angle of 358.55º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32429 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 41 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.05 |
| HSL | 358.55º | 0.9% | 0.55% | - |
| HSV(B) | 358.55º | 0.85% | 0.95% | - |
| XYZ | 37.99 | 20.48 | 4.05 | - |
| YUV | 98.46 | 95.58 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 41 | 0 | 0.85 | 0.83 | 0.05 | 358.55 | 0.9 | 0.55 |
| Hex | F3 | 24 | 29 | 0 | 55 | 53 | 5 | 167 | 5A | 37 |
| Octal | 363 | 44 | 51 | 0 | 125 | 123 | 5 | 547 | 132 | 67 |
| Binary | 11110011 | 100100 | 101001 | 0 | 1010101 | 1010011 | 101 | 101100111 | 1011010 | 110111 |
Color Harmonies of #F32429
Complementary color
Monochromatic Colors of #F32429
Black with #F32429
Text Example
Text Example
White with #F32429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32429; }
p { color: rgb(243,36,41); }
H1.HeaderClassName
{
color: #F32429;
}
.AnyTagClassName
{
color: #F32429;
}
</style>
background-color css
<style>
a { background-color: #F32429; }
a { background-color: rgb(243,36,41); }
div.DivClassName
{
background-color: #F32429;
}
.BgClassName
{
background-color: #F32429;
}
</style>
border-color css
<style>
span { border-color: #F32429; }
span { border-color: rgb(243,36,41); }
td.TdClassName
{
border-color: #F32429;
}
.TagClassName
{
border-color: #F32429;
}
</style>