Shades of Red Orange #F32E2B
Tints of Red Orange #F32E2B
RGB
CMYK
RGB Variations
Color information
#F32E2B (or 0xF32E2B) is known color: Red Orange. HEX triplet: F3, 2E and 2B. RGB value is (243,46,43). Sum of RGB (Red+Green+Blue) = 243+46+43=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 46 (18.36% from 255 or 13.86% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32E2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32E2B is #0CD1D4. Grayscale: #686868. Windows color (decimal): -840149 or 2830067. OLE color: 2830067.
HSL color Cylindrical-coordinate representation of color #F32E2B: hue angle of 0.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F32E2B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 46 | 43 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.05 |
| HSL | 0.9º | 0.89% | 0.56% | - |
| HSV(B) | 0.9º | 0.82% | 0.95% | - |
| XYZ | 38.38 | 21.18 | 4.35 | - |
| YUV | 104.56 | 93.27 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 46 | 43 | 0 | 0.81 | 0.82 | 0.05 | 0.9 | 0.89 | 0.56 |
| Hex | F3 | 2E | 2B | 0 | 51 | 52 | 5 | 1 | 59 | 38 |
| Octal | 363 | 56 | 53 | 0 | 121 | 122 | 5 | 1 | 131 | 70 |
| Binary | 11110011 | 101110 | 101011 | 0 | 1010001 | 1010010 | 101 | 1 | 1011001 | 111000 |
Color Harmonies of #F32E2B
Complementary color
Monochromatic Colors of #F32E2B
Black with #F32E2B
Text Example
Text Example
White with #F32E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32E2B; }
p { color: rgb(243,46,43); }
H1.HeaderClassName
{
color: #F32E2B;
}
.AnyTagClassName
{
color: #F32E2B;
}
</style>
background-color css
<style>
a { background-color: #F32E2B; }
a { background-color: rgb(243,46,43); }
div.DivClassName
{
background-color: #F32E2B;
}
.BgClassName
{
background-color: #F32E2B;
}
</style>
border-color css
<style>
span { border-color: #F32E2B; }
span { border-color: rgb(243,46,43); }
td.TdClassName
{
border-color: #F32E2B;
}
.TagClassName
{
border-color: #F32E2B;
}
</style>