Shades of Red Orange #F32421
Tints of Red Orange #F32421
RGB
CMYK
RGB Variations
Color information
#F32421 (or 0xF32421) is known color: Red Orange. HEX triplet: F3, 24 and 21. RGB value is (243,36,33). Sum of RGB (Red+Green+Blue) = 243+36+33=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F32421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32421 is #0CDBDE. Grayscale: #616161. Windows color (decimal): -842719 or 2172147. OLE color: 2172147.
HSL color Cylindrical-coordinate representation of color #F32421: 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 #F32421 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 36 | 33 | - |
| 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.87 | 20.43 | 3.39 | - |
| YUV | 97.55 | 91.58 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 36 | 33 | 0 | 0.85 | 0.86 | 0.05 | 0.86 | 0.9 | 0.54 |
| Hex | F3 | 24 | 21 | 0 | 55 | 56 | 5 | 1 | 5A | 36 |
| Octal | 363 | 44 | 41 | 0 | 125 | 126 | 5 | 1 | 132 | 66 |
| Binary | 11110011 | 100100 | 100001 | 0 | 1010101 | 1010110 | 101 | 1 | 1011010 | 110110 |
Color Harmonies of #F32421
Complementary color
Monochromatic Colors of #F32421
Black with #F32421
Text Example
Text Example
White with #F32421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32421; }
p { color: rgb(243,36,33); }
H1.HeaderClassName
{
color: #F32421;
}
.AnyTagClassName
{
color: #F32421;
}
</style>
background-color css
<style>
a { background-color: #F32421; }
a { background-color: rgb(243,36,33); }
div.DivClassName
{
background-color: #F32421;
}
.BgClassName
{
background-color: #F32421;
}
</style>
border-color css
<style>
span { border-color: #F32421; }
span { border-color: rgb(243,36,33); }
td.TdClassName
{
border-color: #F32421;
}
.TagClassName
{
border-color: #F32421;
}
</style>