Shades of Red Orange #F02828
Tints of Red Orange #F02828
RGB
CMYK
RGB Variations
Color information
#F02828 (or 0xF02828) is known color: Red Orange. HEX triplet: F0, 28 and 28. RGB value is (240,40,40). Sum of RGB (Red+Green+Blue) = 240+40+40=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F02828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02828 is #0FD7D7. Grayscale: #646464. Windows color (decimal): -1038296 or 2631920. OLE color: 2631920.
HSL color Cylindrical-coordinate representation of color #F02828: hue angle of 0º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02828 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 40 | 40 | - |
CMYK | 0 | 0.83 | 0.83 | 0.06 |
HSL | 0º | 0.87% | 0.55% | - |
HSV(B) | 0º | 0.83% | 0.94% | - |
XYZ | 37.08 | 20.2 | 3.95 | - |
YUV | 99.8 | 94.26 | 228 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 40 | 40 | 0 | 0.83 | 0.83 | 0.06 | 0 | 0.87 | 0.55 |
Hex | F0 | 28 | 28 | 0 | 53 | 53 | 6 | 0 | 57 | 37 |
Octal | 360 | 50 | 50 | 0 | 123 | 123 | 6 | 0 | 127 | 67 |
Binary | 11110000 | 101000 | 101000 | 0 | 1010011 | 1010011 | 110 | 0 | 1010111 | 110111 |
Color Harmonies of #F02828
Complementary color
Monochromatic Colors of #F02828
Black with #F02828
Text Example
Text Example
White with #F02828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02828; }
p { color: rgb(240,40,40); }
H1.HeaderClassName
{
color: #F02828;
}
.AnyTagClassName
{
color: #F02828;
}
</style>
background-color css
<style>
a { background-color: #F02828; }
a { background-color: rgb(240,40,40); }
div.DivClassName
{
background-color: #F02828;
}
.BgClassName
{
background-color: #F02828;
}
</style>
border-color css
<style>
span { border-color: #F02828; }
span { border-color: rgb(240,40,40); }
td.TdClassName
{
border-color: #F02828;
}
.TagClassName
{
border-color: #F02828;
}
</style>