Shades of Red Orange #F2301D
Tints of Red Orange #F2301D
RGB
CMYK
RGB Variations
Color information
#F2301D (or 0xF2301D) is known color: Red Orange. HEX triplet: F2, 30 and 1D. RGB value is (242,48,29). Sum of RGB (Red+Green+Blue) = 242+48+29=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F2301D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2301D is #0DCFE2. Grayscale: #686868. Windows color (decimal): -905187 or 1913074. OLE color: 1913074.
HSL color Cylindrical-coordinate representation of color #F2301D: hue angle of 5.35º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2301D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.05 |
| HSL | 5.35º | 0.89% | 0.53% | - |
| HSV(B) | 5.35º | 0.88% | 0.95% | - |
| XYZ | 37.9 | 21.08 | 3.23 | - |
| YUV | 103.84 | 85.77 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 29 | 0 | 0.80 | 0.88 | 0.05 | 5.35 | 0.89 | 0.53 |
| Hex | F2 | 30 | 1D | 0 | 50 | 58 | 5 | 5 | 59 | 35 |
| Octal | 362 | 60 | 35 | 0 | 120 | 130 | 5 | 5 | 131 | 65 |
| Binary | 11110010 | 110000 | 11101 | 0 | 1010000 | 1011000 | 101 | 101 | 1011001 | 110101 |
Color Harmonies of #F2301D
Complementary color
Monochromatic Colors of #F2301D
Black with #F2301D
Text Example
Text Example
White with #F2301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2301D; }
p { color: rgb(242,48,29); }
H1.HeaderClassName
{
color: #F2301D;
}
.AnyTagClassName
{
color: #F2301D;
}
</style>
background-color css
<style>
a { background-color: #F2301D; }
a { background-color: rgb(242,48,29); }
div.DivClassName
{
background-color: #F2301D;
}
.BgClassName
{
background-color: #F2301D;
}
</style>
border-color css
<style>
span { border-color: #F2301D; }
span { border-color: rgb(242,48,29); }
td.TdClassName
{
border-color: #F2301D;
}
.TagClassName
{
border-color: #F2301D;
}
</style>