Shades of Red Orange #F2302D
Tints of Red Orange #F2302D
RGB
CMYK
RGB Variations
Color information
#F2302D (or 0xF2302D) is known color: Red Orange. HEX triplet: F2, 30 and 2D. RGB value is (242,48,45). Sum of RGB (Red+Green+Blue) = 242+48+45=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F2302D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2302D is #0DCFD2. Grayscale: #696969. Windows color (decimal): -905171 or 2961650. OLE color: 2961650.
HSL color Cylindrical-coordinate representation of color #F2302D: hue angle of 0.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2302D is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 45 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.05 |
| HSL | 0.91º | 0.88% | 0.56% | - |
| HSV(B) | 0.91º | 0.81% | 0.95% | - |
| XYZ | 38.15 | 21.18 | 4.56 | - |
| YUV | 105.66 | 93.77 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 45 | 0 | 0.80 | 0.81 | 0.05 | 0.91 | 0.88 | 0.56 |
| Hex | F2 | 30 | 2D | 0 | 50 | 51 | 5 | 1 | 58 | 38 |
| Octal | 362 | 60 | 55 | 0 | 120 | 121 | 5 | 1 | 130 | 70 |
| Binary | 11110010 | 110000 | 101101 | 0 | 1010000 | 1010001 | 101 | 1 | 1011000 | 111000 |
Color Harmonies of #F2302D
Complementary color
Monochromatic Colors of #F2302D
Black with #F2302D
Text Example
Text Example
White with #F2302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2302D; }
p { color: rgb(242,48,45); }
H1.HeaderClassName
{
color: #F2302D;
}
.AnyTagClassName
{
color: #F2302D;
}
</style>
background-color css
<style>
a { background-color: #F2302D; }
a { background-color: rgb(242,48,45); }
div.DivClassName
{
background-color: #F2302D;
}
.BgClassName
{
background-color: #F2302D;
}
</style>
border-color css
<style>
span { border-color: #F2302D; }
span { border-color: rgb(242,48,45); }
td.TdClassName
{
border-color: #F2302D;
}
.TagClassName
{
border-color: #F2302D;
}
</style>