Shades of Red Orange #F13C21
Tints of Red Orange #F13C21
RGB
CMYK
RGB Variations
Color information
#F13C21 (or 0xF13C21) is known color: Red Orange. HEX triplet: F1, 3C and 21. RGB value is (241,60,33). Sum of RGB (Red+Green+Blue) = 241+60+33=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C21 is #0EC3DE. Grayscale: #6F6F6F. Windows color (decimal): -967647 or 2178289. OLE color: 2178289.
HSL color Cylindrical-coordinate representation of color #F13C21: hue angle of 7.79º 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 #F13C21 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 33 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.05 |
| HSL | 7.79º | 0.88% | 0.54% | - |
| HSV(B) | 7.79º | 0.86% | 0.95% | - |
| XYZ | 38.17 | 22.04 | 3.68 | - |
| YUV | 111.04 | 83.97 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 33 | 0 | 0.75 | 0.86 | 0.05 | 7.79 | 0.88 | 0.54 |
| Hex | F1 | 3C | 21 | 0 | 4B | 56 | 5 | 8 | 58 | 36 |
| Octal | 361 | 74 | 41 | 0 | 113 | 126 | 5 | 10 | 130 | 66 |
| Binary | 11110001 | 111100 | 100001 | 0 | 1001011 | 1010110 | 101 | 1000 | 1011000 | 110110 |
Color Harmonies of #F13C21
Complementary color
Monochromatic Colors of #F13C21
Black with #F13C21
Text Example
Text Example
White with #F13C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C21; }
p { color: rgb(241,60,33); }
H1.HeaderClassName
{
color: #F13C21;
}
.AnyTagClassName
{
color: #F13C21;
}
</style>
background-color css
<style>
a { background-color: #F13C21; }
a { background-color: rgb(241,60,33); }
div.DivClassName
{
background-color: #F13C21;
}
.BgClassName
{
background-color: #F13C21;
}
</style>
border-color css
<style>
span { border-color: #F13C21; }
span { border-color: rgb(241,60,33); }
td.TdClassName
{
border-color: #F13C21;
}
.TagClassName
{
border-color: #F13C21;
}
</style>