Shades of Red Orange #F32622
Tints of Red Orange #F32622
RGB
CMYK
RGB Variations
Color information
#F32622 (or 0xF32622) is known color: Red Orange. HEX triplet: F3, 26 and 22. RGB value is (243,38,34). Sum of RGB (Red+Green+Blue) = 243+38+34=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F32622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32622 is #0CD9DD. Grayscale: #636363. Windows color (decimal): -842206 or 2238195. OLE color: 2238195.
HSL color Cylindrical-coordinate representation of color #F32622: hue angle of 1.15º 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 #F32622 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 38 | 34 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.05 |
| HSL | 1.15º | 0.9% | 0.54% | - |
| HSV(B) | 1.15º | 0.86% | 0.95% | - |
| XYZ | 37.94 | 20.56 | 3.48 | - |
| YUV | 98.84 | 91.42 | 230.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 38 | 34 | 0 | 0.84 | 0.86 | 0.05 | 1.15 | 0.9 | 0.54 |
| Hex | F3 | 26 | 22 | 0 | 54 | 56 | 5 | 1 | 5A | 36 |
| Octal | 363 | 46 | 42 | 0 | 124 | 126 | 5 | 1 | 132 | 66 |
| Binary | 11110011 | 100110 | 100010 | 0 | 1010100 | 1010110 | 101 | 1 | 1011010 | 110110 |
Color Harmonies of #F32622
Complementary color
Monochromatic Colors of #F32622
Black with #F32622
Text Example
Text Example
White with #F32622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32622; }
p { color: rgb(243,38,34); }
H1.HeaderClassName
{
color: #F32622;
}
.AnyTagClassName
{
color: #F32622;
}
</style>
background-color css
<style>
a { background-color: #F32622; }
a { background-color: rgb(243,38,34); }
div.DivClassName
{
background-color: #F32622;
}
.BgClassName
{
background-color: #F32622;
}
</style>
border-color css
<style>
span { border-color: #F32622; }
span { border-color: rgb(243,38,34); }
td.TdClassName
{
border-color: #F32622;
}
.TagClassName
{
border-color: #F32622;
}
</style>