Shades of Red Orange #F02D2D
Tints of Red Orange #F02D2D
RGB
CMYK
RGB Variations
Color information
#F02D2D (or 0xF02D2D) is known color: Red Orange. HEX triplet: F0, 2D and 2D. RGB value is (240,45,45). Sum of RGB (Red+Green+Blue) = 240+45+45=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02D2D is #0FD2D2. Grayscale: #676767. Windows color (decimal): -1037011 or 2960880. OLE color: 2960880.
HSL color Cylindrical-coordinate representation of color #F02D2D: hue angle of 0º 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 #F02D2D is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 45 | 45 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.06 |
| HSL | 0º | 0.87% | 0.56% | - |
| HSV(B) | 0º | 0.81% | 0.94% | - |
| XYZ | 37.35 | 20.59 | 4.49 | - |
| YUV | 103.31 | 95.1 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 45 | 45 | 0 | 0.81 | 0.81 | 0.06 | 0 | 0.87 | 0.56 |
| Hex | F0 | 2D | 2D | 0 | 51 | 51 | 6 | 0 | 57 | 38 |
| Octal | 360 | 55 | 55 | 0 | 121 | 121 | 6 | 0 | 127 | 70 |
| Binary | 11110000 | 101101 | 101101 | 0 | 1010001 | 1010001 | 110 | 0 | 1010111 | 111000 |
Color Harmonies of #F02D2D
Complementary color
Monochromatic Colors of #F02D2D
Black with #F02D2D
Text Example
Text Example
White with #F02D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02D2D; }
p { color: rgb(240,45,45); }
H1.HeaderClassName
{
color: #F02D2D;
}
.AnyTagClassName
{
color: #F02D2D;
}
</style>
background-color css
<style>
a { background-color: #F02D2D; }
a { background-color: rgb(240,45,45); }
div.DivClassName
{
background-color: #F02D2D;
}
.BgClassName
{
background-color: #F02D2D;
}
</style>
border-color css
<style>
span { border-color: #F02D2D; }
span { border-color: rgb(240,45,45); }
td.TdClassName
{
border-color: #F02D2D;
}
.TagClassName
{
border-color: #F02D2D;
}
</style>