Shades of Red Orange #F32F2B
Tints of Red Orange #F32F2B
RGB
CMYK
RGB Variations
Color information
#F32F2B (or 0xF32F2B) is known color: Red Orange. HEX triplet: F3, 2F and 2B. RGB value is (243,47,43). Sum of RGB (Red+Green+Blue) = 243+47+43=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F32F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32F2B is #0CD0D4. Grayscale: #696969. Windows color (decimal): -839893 or 2830323. OLE color: 2830323.
HSL color Cylindrical-coordinate representation of color #F32F2B: hue angle of 1.2º 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 #F32F2B is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 47 | 43 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.05 |
| HSL | 1.2º | 0.89% | 0.56% | - |
| HSV(B) | 1.2º | 0.82% | 0.95% | - |
| XYZ | 38.41 | 21.26 | 4.36 | - |
| YUV | 105.15 | 92.93 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 47 | 43 | 0 | 0.81 | 0.82 | 0.05 | 1.2 | 0.89 | 0.56 |
| Hex | F3 | 2F | 2B | 0 | 51 | 52 | 5 | 1 | 59 | 38 |
| Octal | 363 | 57 | 53 | 0 | 121 | 122 | 5 | 1 | 131 | 70 |
| Binary | 11110011 | 101111 | 101011 | 0 | 1010001 | 1010010 | 101 | 1 | 1011001 | 111000 |
Color Harmonies of #F32F2B
Complementary color
Monochromatic Colors of #F32F2B
Black with #F32F2B
Text Example
Text Example
White with #F32F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32F2B; }
p { color: rgb(243,47,43); }
H1.HeaderClassName
{
color: #F32F2B;
}
.AnyTagClassName
{
color: #F32F2B;
}
</style>
background-color css
<style>
a { background-color: #F32F2B; }
a { background-color: rgb(243,47,43); }
div.DivClassName
{
background-color: #F32F2B;
}
.BgClassName
{
background-color: #F32F2B;
}
</style>
border-color css
<style>
span { border-color: #F32F2B; }
span { border-color: rgb(243,47,43); }
td.TdClassName
{
border-color: #F32F2B;
}
.TagClassName
{
border-color: #F32F2B;
}
</style>