Shades of Red Orange #F32222
Tints of Red Orange #F32222
RGB
CMYK
RGB Variations
Color information
#F32222 (or 0xF32222) is known color: Red Orange. HEX triplet: F3, 22 and 22. RGB value is (243,34,34). Sum of RGB (Red+Green+Blue) = 243+34+34=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F32222 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32222 is #0CDDDD. Grayscale: #606060. Windows color (decimal): -843230 or 2237171. OLE color: 2237171.
HSL color Cylindrical-coordinate representation of color #F32222: hue angle of 0º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32222 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 34 | 34 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.05 |
| HSL | 0º | 0.9% | 0.54% | - |
| HSV(B) | 0º | 0.86% | 0.95% | - |
| XYZ | 37.82 | 20.31 | 3.44 | - |
| YUV | 96.49 | 92.74 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 34 | 34 | 0 | 0.86 | 0.86 | 0.05 | 0 | 0.9 | 0.54 |
| Hex | F3 | 22 | 22 | 0 | 56 | 56 | 5 | 0 | 5A | 36 |
| Octal | 363 | 42 | 42 | 0 | 126 | 126 | 5 | 0 | 132 | 66 |
| Binary | 11110011 | 100010 | 100010 | 0 | 1010110 | 1010110 | 101 | 0 | 1011010 | 110110 |
Color Harmonies of #F32222
Complementary color
Monochromatic Colors of #F32222
Black with #F32222
Text Example
Text Example
White with #F32222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32222; }
p { color: rgb(243,34,34); }
H1.HeaderClassName
{
color: #F32222;
}
.AnyTagClassName
{
color: #F32222;
}
</style>
background-color css
<style>
a { background-color: #F32222; }
a { background-color: rgb(243,34,34); }
div.DivClassName
{
background-color: #F32222;
}
.BgClassName
{
background-color: #F32222;
}
</style>
border-color css
<style>
span { border-color: #F32222; }
span { border-color: rgb(243,34,34); }
td.TdClassName
{
border-color: #F32222;
}
.TagClassName
{
border-color: #F32222;
}
</style>