Shades of Alizarin #F23840
Tints of Alizarin #F23840
RGB
CMYK
RGB Variations
Color information
#F23840 (or 0xF23840) is known color: Alizarin. HEX triplet: F2, 38 and 40. RGB value is (242,56,64). Sum of RGB (Red+Green+Blue) = 242+56+64=362 (47% of max value = 765). Red value is 242 (94.92% from 255 or 66.85% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 242 - color contains mainly: red. Hex color #F23840 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23840 is #0DC7BF. Grayscale: #707070. Windows color (decimal): -903104 or 4208882. OLE color: 4208882.
HSL color Cylindrical-coordinate representation of color #F23840: hue angle of 357.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23840 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 64 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.05 |
| HSL | 357.42º | 0.88% | 0.58% | - |
| HSV(B) | 357.42º | 0.77% | 0.95% | - |
| XYZ | 38.96 | 22.08 | 7.06 | - |
| YUV | 112.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 64 | 0 | 0.77 | 0.74 | 0.05 | 357.42 | 0.88 | 0.58 |
| Hex | F2 | 38 | 40 | 0 | 4D | 4A | 5 | 165 | 58 | 3A |
| Octal | 362 | 70 | 100 | 0 | 115 | 112 | 5 | 545 | 130 | 72 |
| Binary | 11110010 | 111000 | 1000000 | 0 | 1001101 | 1001010 | 101 | 101100101 | 1011000 | 111010 |
Color Harmonies of #F23840
Complementary color
Monochromatic Colors of #F23840
Black with #F23840
Text Example
Text Example
White with #F23840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23840; }
p { color: rgb(242,56,64); }
H1.HeaderClassName
{
color: #F23840;
}
.AnyTagClassName
{
color: #F23840;
}
</style>
background-color css
<style>
a { background-color: #F23840; }
a { background-color: rgb(242,56,64); }
div.DivClassName
{
background-color: #F23840;
}
.BgClassName
{
background-color: #F23840;
}
</style>
border-color css
<style>
span { border-color: #F23840; }
span { border-color: rgb(242,56,64); }
td.TdClassName
{
border-color: #F23840;
}
.TagClassName
{
border-color: #F23840;
}
</style>