Shades of Red Orange #F32B24
Tints of Red Orange #F32B24
RGB
CMYK
RGB Variations
Color information
#F32B24 (or 0xF32B24) is known color: Red Orange. HEX triplet: F3, 2B and 24. RGB value is (243,43,36). Sum of RGB (Red+Green+Blue) = 243+43+36=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B24 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32B24 is #0CD4DB. Grayscale: #666666. Windows color (decimal): -840924 or 2370547. OLE color: 2370547.
HSL color Cylindrical-coordinate representation of color #F32B24: hue angle of 2.03º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32B24 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 43 | 36 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.05 |
| HSL | 2.03º | 0.9% | 0.55% | - |
| HSV(B) | 2.03º | 0.85% | 0.95% | - |
| XYZ | 38.14 | 20.91 | 3.69 | - |
| YUV | 102 | 90.76 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 43 | 36 | 0 | 0.82 | 0.85 | 0.05 | 2.03 | 0.9 | 0.55 |
| Hex | F3 | 2B | 24 | 0 | 52 | 55 | 5 | 2 | 5A | 37 |
| Octal | 363 | 53 | 44 | 0 | 122 | 125 | 5 | 2 | 132 | 67 |
| Binary | 11110011 | 101011 | 100100 | 0 | 1010010 | 1010101 | 101 | 10 | 1011010 | 110111 |
Color Harmonies of #F32B24
Complementary color
Monochromatic Colors of #F32B24
Black with #F32B24
Text Example
Text Example
White with #F32B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32B24; }
p { color: rgb(243,43,36); }
H1.HeaderClassName
{
color: #F32B24;
}
.AnyTagClassName
{
color: #F32B24;
}
</style>
background-color css
<style>
a { background-color: #F32B24; }
a { background-color: rgb(243,43,36); }
div.DivClassName
{
background-color: #F32B24;
}
.BgClassName
{
background-color: #F32B24;
}
</style>
border-color css
<style>
span { border-color: #F32B24; }
span { border-color: rgb(243,43,36); }
td.TdClassName
{
border-color: #F32B24;
}
.TagClassName
{
border-color: #F32B24;
}
</style>