Shades of Red Orange #F32822
Tints of Red Orange #F32822
RGB
CMYK
RGB Variations
Color information
#F32822 (or 0xF32822) is known color: Red Orange. HEX triplet: F3, 28 and 22. RGB value is (243,40,34). Sum of RGB (Red+Green+Blue) = 243+40+34=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F32822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32822 is #0CD7DD. Grayscale: #646464. Windows color (decimal): -841694 or 2238707. OLE color: 2238707.
HSL color Cylindrical-coordinate representation of color #F32822: hue angle of 1.72º 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 #F32822 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 40 | 34 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.05 |
| HSL | 1.72º | 0.9% | 0.54% | - |
| HSV(B) | 1.72º | 0.86% | 0.95% | - |
| XYZ | 38.01 | 20.69 | 3.5 | - |
| YUV | 100.01 | 90.75 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 40 | 34 | 0 | 0.84 | 0.86 | 0.05 | 1.72 | 0.9 | 0.54 |
| Hex | F3 | 28 | 22 | 0 | 54 | 56 | 5 | 2 | 5A | 36 |
| Octal | 363 | 50 | 42 | 0 | 124 | 126 | 5 | 2 | 132 | 66 |
| Binary | 11110011 | 101000 | 100010 | 0 | 1010100 | 1010110 | 101 | 10 | 1011010 | 110110 |
Color Harmonies of #F32822
Complementary color
Monochromatic Colors of #F32822
Black with #F32822
Text Example
Text Example
White with #F32822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32822; }
p { color: rgb(243,40,34); }
H1.HeaderClassName
{
color: #F32822;
}
.AnyTagClassName
{
color: #F32822;
}
</style>
background-color css
<style>
a { background-color: #F32822; }
a { background-color: rgb(243,40,34); }
div.DivClassName
{
background-color: #F32822;
}
.BgClassName
{
background-color: #F32822;
}
</style>
border-color css
<style>
span { border-color: #F32822; }
span { border-color: rgb(243,40,34); }
td.TdClassName
{
border-color: #F32822;
}
.TagClassName
{
border-color: #F32822;
}
</style>