Shades of Red Orange #F12321
Tints of Red Orange #F12321
RGB
CMYK
RGB Variations
Color information
#F12321 (or 0xF12321) is known color: Red Orange. HEX triplet: F1, 23 and 21. RGB value is (241,35,33). Sum of RGB (Red+Green+Blue) = 241+35+33=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F12321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12321 is #0EDCDE. Grayscale: #606060. Windows color (decimal): -974047 or 2171889. OLE color: 2171889.
HSL color Cylindrical-coordinate representation of color #F12321: hue angle of 0.58º degrees, saturation: 0.88, 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 #F12321 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 33 | - |
| CMYK | 0 | 0.85 | 0.86 | 0.05 |
| HSL | 0.58º | 0.88% | 0.54% | - |
| HSV(B) | 0.58º | 0.86% | 0.95% | - |
| XYZ | 37.15 | 20.01 | 3.34 | - |
| YUV | 96.37 | 92.25 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 33 | 0 | 0.85 | 0.86 | 0.05 | 0.58 | 0.88 | 0.54 |
| Hex | F1 | 23 | 21 | 0 | 55 | 56 | 5 | 1 | 58 | 36 |
| Octal | 361 | 43 | 41 | 0 | 125 | 126 | 5 | 1 | 130 | 66 |
| Binary | 11110001 | 100011 | 100001 | 0 | 1010101 | 1010110 | 101 | 1 | 1011000 | 110110 |
Color Harmonies of #F12321
Complementary color
Monochromatic Colors of #F12321
Black with #F12321
Text Example
Text Example
White with #F12321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12321; }
p { color: rgb(241,35,33); }
H1.HeaderClassName
{
color: #F12321;
}
.AnyTagClassName
{
color: #F12321;
}
</style>
background-color css
<style>
a { background-color: #F12321; }
a { background-color: rgb(241,35,33); }
div.DivClassName
{
background-color: #F12321;
}
.BgClassName
{
background-color: #F12321;
}
</style>
border-color css
<style>
span { border-color: #F12321; }
span { border-color: rgb(241,35,33); }
td.TdClassName
{
border-color: #F12321;
}
.TagClassName
{
border-color: #F12321;
}
</style>