Shades of Red Orange #F32522
Tints of Red Orange #F32522
RGB
CMYK
RGB Variations
Color information
#F32522 (or 0xF32522) is known color: Red Orange. HEX triplet: F3, 25 and 22. RGB value is (243,37,34). Sum of RGB (Red+Green+Blue) = 243+37+34=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F32522 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32522 is #0CDADD. Grayscale: #626262. Windows color (decimal): -842462 or 2237939. OLE color: 2237939.
HSL color Cylindrical-coordinate representation of color #F32522: hue angle of 0.86º 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 #F32522 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 37 | 34 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.05 |
| HSL | 0.86º | 0.9% | 0.54% | - |
| HSV(B) | 0.86º | 0.86% | 0.95% | - |
| XYZ | 37.91 | 20.49 | 3.47 | - |
| YUV | 98.25 | 91.75 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 37 | 34 | 0 | 0.85 | 0.86 | 0.05 | 0.86 | 0.9 | 0.54 |
| Hex | F3 | 25 | 22 | 0 | 55 | 56 | 5 | 1 | 5A | 36 |
| Octal | 363 | 45 | 42 | 0 | 125 | 126 | 5 | 1 | 132 | 66 |
| Binary | 11110011 | 100101 | 100010 | 0 | 1010101 | 1010110 | 101 | 1 | 1011010 | 110110 |
Color Harmonies of #F32522
Complementary color
Monochromatic Colors of #F32522
Black with #F32522
Text Example
Text Example
White with #F32522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32522; }
p { color: rgb(243,37,34); }
H1.HeaderClassName
{
color: #F32522;
}
.AnyTagClassName
{
color: #F32522;
}
</style>
background-color css
<style>
a { background-color: #F32522; }
a { background-color: rgb(243,37,34); }
div.DivClassName
{
background-color: #F32522;
}
.BgClassName
{
background-color: #F32522;
}
</style>
border-color css
<style>
span { border-color: #F32522; }
span { border-color: rgb(243,37,34); }
td.TdClassName
{
border-color: #F32522;
}
.TagClassName
{
border-color: #F32522;
}
</style>