Shades of Red Orange #F2301B
Tints of Red Orange #F2301B
RGB
CMYK
RGB Variations
Color information
#F2301B (or 0xF2301B) is known color: Red Orange. HEX triplet: F2, 30 and 1B. RGB value is (242,48,27). Sum of RGB (Red+Green+Blue) = 242+48+27=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F2301B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2301B is #0DCFE4. Grayscale: #676767. Windows color (decimal): -905189 or 1782002. OLE color: 1782002.
HSL color Cylindrical-coordinate representation of color #F2301B: hue angle of 5.86º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2301B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 27 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.05 |
| HSL | 5.86º | 0.89% | 0.53% | - |
| HSV(B) | 5.86º | 0.89% | 0.95% | - |
| XYZ | 37.87 | 21.07 | 3.11 | - |
| YUV | 103.61 | 84.77 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 27 | 0 | 0.80 | 0.89 | 0.05 | 5.86 | 0.89 | 0.53 |
| Hex | F2 | 30 | 1B | 0 | 50 | 59 | 5 | 6 | 59 | 35 |
| Octal | 362 | 60 | 33 | 0 | 120 | 131 | 5 | 6 | 131 | 65 |
| Binary | 11110010 | 110000 | 11011 | 0 | 1010000 | 1011001 | 101 | 110 | 1011001 | 110101 |
Color Harmonies of #F2301B
Complementary color
Monochromatic Colors of #F2301B
Black with #F2301B
Text Example
Text Example
White with #F2301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2301B; }
p { color: rgb(242,48,27); }
H1.HeaderClassName
{
color: #F2301B;
}
.AnyTagClassName
{
color: #F2301B;
}
</style>
background-color css
<style>
a { background-color: #F2301B; }
a { background-color: rgb(242,48,27); }
div.DivClassName
{
background-color: #F2301B;
}
.BgClassName
{
background-color: #F2301B;
}
</style>
border-color css
<style>
span { border-color: #F2301B; }
span { border-color: rgb(242,48,27); }
td.TdClassName
{
border-color: #F2301B;
}
.TagClassName
{
border-color: #F2301B;
}
</style>