Shades of Alizarin #F5383F
Tints of Alizarin #F5383F
RGB
CMYK
RGB Variations
Color information
#F5383F (or 0xF5383F) is known color: Alizarin. HEX triplet: F5, 38 and 3F. RGB value is (245,56,63). Sum of RGB (Red+Green+Blue) = 245+56+63=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F5383F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5383F is #0AC7C0. Grayscale: #717171. Windows color (decimal): -706497 or 4143349. OLE color: 4143349.
HSL color Cylindrical-coordinate representation of color #F5383F: hue angle of 357.78º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5383F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 63 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.04 |
| HSL | 357.78º | 0.9% | 0.59% | - |
| HSV(B) | 357.78º | 0.77% | 0.96% | - |
| XYZ | 39.97 | 22.6 | 6.96 | - |
| YUV | 113.31 | 99.62 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 63 | 0 | 0.77 | 0.74 | 0.04 | 357.78 | 0.9 | 0.59 |
| Hex | F5 | 38 | 3F | 0 | 4D | 4A | 4 | 166 | 5A | 3B |
| Octal | 365 | 70 | 77 | 0 | 115 | 112 | 4 | 546 | 132 | 73 |
| Binary | 11110101 | 111000 | 111111 | 0 | 1001101 | 1001010 | 100 | 101100110 | 1011010 | 111011 |
Color Harmonies of #F5383F
Complementary color
Monochromatic Colors of #F5383F
Black with #F5383F
Text Example
Text Example
White with #F5383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5383F; }
p { color: rgb(245,56,63); }
H1.HeaderClassName
{
color: #F5383F;
}
.AnyTagClassName
{
color: #F5383F;
}
</style>
background-color css
<style>
a { background-color: #F5383F; }
a { background-color: rgb(245,56,63); }
div.DivClassName
{
background-color: #F5383F;
}
.BgClassName
{
background-color: #F5383F;
}
</style>
border-color css
<style>
span { border-color: #F5383F; }
span { border-color: rgb(245,56,63); }
td.TdClassName
{
border-color: #F5383F;
}
.TagClassName
{
border-color: #F5383F;
}
</style>