Shades of Red Orange #F02F2D
Tints of Red Orange #F02F2D
RGB
CMYK
RGB Variations
Color information
#F02F2D (or 0xF02F2D) is known color: Red Orange. HEX triplet: F0, 2F and 2D. RGB value is (240,47,45). Sum of RGB (Red+Green+Blue) = 240+47+45=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F02F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02F2D is #0FD0D2. Grayscale: #686868. Windows color (decimal): -1036499 or 2961392. OLE color: 2961392.
HSL color Cylindrical-coordinate representation of color #F02F2D: hue angle of 0.62º 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 #F02F2D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 45 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.06 |
| HSL | 0.62º | 0.87% | 0.56% | - |
| HSV(B) | 0.62º | 0.81% | 0.94% | - |
| XYZ | 37.43 | 20.75 | 4.51 | - |
| YUV | 104.48 | 94.44 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 45 | 0 | 0.80 | 0.81 | 0.06 | 0.62 | 0.87 | 0.56 |
| Hex | F0 | 2F | 2D | 0 | 50 | 51 | 6 | 1 | 57 | 38 |
| Octal | 360 | 57 | 55 | 0 | 120 | 121 | 6 | 1 | 127 | 70 |
| Binary | 11110000 | 101111 | 101101 | 0 | 1010000 | 1010001 | 110 | 1 | 1010111 | 111000 |
Color Harmonies of #F02F2D
Complementary color
Monochromatic Colors of #F02F2D
Black with #F02F2D
Text Example
Text Example
White with #F02F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02F2D; }
p { color: rgb(240,47,45); }
H1.HeaderClassName
{
color: #F02F2D;
}
.AnyTagClassName
{
color: #F02F2D;
}
</style>
background-color css
<style>
a { background-color: #F02F2D; }
a { background-color: rgb(240,47,45); }
div.DivClassName
{
background-color: #F02F2D;
}
.BgClassName
{
background-color: #F02F2D;
}
</style>
border-color css
<style>
span { border-color: #F02F2D; }
span { border-color: rgb(240,47,45); }
td.TdClassName
{
border-color: #F02F2D;
}
.TagClassName
{
border-color: #F02F2D;
}
</style>