Shades of Alizarin #F0383F
Tints of Alizarin #F0383F
RGB
CMYK
RGB Variations
Color information
#F0383F (or 0xF0383F) is known color: Alizarin. HEX triplet: F0, 38 and 3F. RGB value is (240,56,63). Sum of RGB (Red+Green+Blue) = 240+56+63=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F0383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0383F is #0FC7C0. Grayscale: #6F6F6F. Windows color (decimal): -1034177 or 4143344. OLE color: 4143344.
HSL color Cylindrical-coordinate representation of color #F0383F: hue angle of 357.72º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0383F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.06 |
| HSL | 357.72º | 0.86% | 0.58% | - |
| HSV(B) | 357.72º | 0.77% | 0.94% | - |
| XYZ | 38.25 | 21.71 | 6.88 | - |
| YUV | 111.81 | 100.46 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 63 | 0 | 0.77 | 0.74 | 0.06 | 357.72 | 0.86 | 0.58 |
| Hex | F0 | 38 | 3F | 0 | 4D | 4A | 6 | 166 | 56 | 3A |
| Octal | 360 | 70 | 77 | 0 | 115 | 112 | 6 | 546 | 126 | 72 |
| Binary | 11110000 | 111000 | 111111 | 0 | 1001101 | 1001010 | 110 | 101100110 | 1010110 | 111010 |
Color Harmonies of #F0383F
Complementary color
Monochromatic Colors of #F0383F
Black with #F0383F
Text Example
Text Example
White with #F0383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0383F; }
p { color: rgb(240,56,63); }
H1.HeaderClassName
{
color: #F0383F;
}
.AnyTagClassName
{
color: #F0383F;
}
</style>
background-color css
<style>
a { background-color: #F0383F; }
a { background-color: rgb(240,56,63); }
div.DivClassName
{
background-color: #F0383F;
}
.BgClassName
{
background-color: #F0383F;
}
</style>
border-color css
<style>
span { border-color: #F0383F; }
span { border-color: rgb(240,56,63); }
td.TdClassName
{
border-color: #F0383F;
}
.TagClassName
{
border-color: #F0383F;
}
</style>