Shades of Alizarin #F02D33
Tints of Alizarin #F02D33
RGB
CMYK
RGB Variations
Color information
#F02D33 (or 0xF02D33) is known color: Alizarin. HEX triplet: F0, 2D and 33. RGB value is (240,45,51). Sum of RGB (Red+Green+Blue) = 240+45+51=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D33 is #0FD2CC. Grayscale: #686868. Windows color (decimal): -1037005 or 3354096. OLE color: 3354096.
HSL color Cylindrical-coordinate representation of color #F02D33: hue angle of 358.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F02D33 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 51 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.06 |
| HSL | 358.15º | 0.87% | 0.56% | - |
| HSV(B) | 358.15º | 0.81% | 0.94% | - |
| XYZ | 37.47 | 20.64 | 5.14 | - |
| YUV | 103.99 | 98.1 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 51 | 0 | 0.81 | 0.79 | 0.06 | 358.15 | 0.87 | 0.56 |
| Hex | F0 | 2D | 33 | 0 | 51 | 4F | 6 | 166 | 57 | 38 |
| Octal | 360 | 55 | 63 | 0 | 121 | 117 | 6 | 546 | 127 | 70 |
| Binary | 11110000 | 101101 | 110011 | 0 | 1010001 | 1001111 | 110 | 101100110 | 1010111 | 111000 |
Color Harmonies of #F02D33
Complementary color
Monochromatic Colors of #F02D33
Black with #F02D33
Text Example
Text Example
White with #F02D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D33; }
p { color: rgb(240,45,51); }
H1.HeaderClassName
{
color: #F02D33;
}
.AnyTagClassName
{
color: #F02D33;
}
</style>
background-color css
<style>
a { background-color: #F02D33; }
a { background-color: rgb(240,45,51); }
div.DivClassName
{
background-color: #F02D33;
}
.BgClassName
{
background-color: #F02D33;
}
</style>
border-color css
<style>
span { border-color: #F02D33; }
span { border-color: rgb(240,45,51); }
td.TdClassName
{
border-color: #F02D33;
}
.TagClassName
{
border-color: #F02D33;
}
</style>