Shades of Alizarin #F82D34
Tints of Alizarin #F82D34
RGB
CMYK
RGB Variations
Color information
#F82D34 (or 0xF82D34) is known color: Alizarin. HEX triplet: F8, 2D and 34. RGB value is (248,45,52). Sum of RGB (Red+Green+Blue) = 248+45+52=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D34 is #07D2CB. Grayscale: #6A6A6A. Windows color (decimal): -512716 or 3419640. OLE color: 3419640.
HSL color Cylindrical-coordinate representation of color #F82D34: hue angle of 357.93º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82D34 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 52 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.03 |
| HSL | 357.93º | 0.94% | 0.57% | - |
| HSV(B) | 357.93º | 0.82% | 0.97% | - |
| XYZ | 40.27 | 22.08 | 5.39 | - |
| YUV | 106.5 | 97.25 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 52 | 0 | 0.82 | 0.79 | 0.03 | 357.93 | 0.94 | 0.57 |
| Hex | F8 | 2D | 34 | 0 | 52 | 4F | 3 | 166 | 5E | 39 |
| Octal | 370 | 55 | 64 | 0 | 122 | 117 | 3 | 546 | 136 | 71 |
| Binary | 11111000 | 101101 | 110100 | 0 | 1010010 | 1001111 | 11 | 101100110 | 1011110 | 111001 |
Color Harmonies of #F82D34
Complementary color
Monochromatic Colors of #F82D34
Black with #F82D34
Text Example
Text Example
White with #F82D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D34; }
p { color: rgb(248,45,52); }
H1.HeaderClassName
{
color: #F82D34;
}
.AnyTagClassName
{
color: #F82D34;
}
</style>
background-color css
<style>
a { background-color: #F82D34; }
a { background-color: rgb(248,45,52); }
div.DivClassName
{
background-color: #F82D34;
}
.BgClassName
{
background-color: #F82D34;
}
</style>
border-color css
<style>
span { border-color: #F82D34; }
span { border-color: rgb(248,45,52); }
td.TdClassName
{
border-color: #F82D34;
}
.TagClassName
{
border-color: #F82D34;
}
</style>