Shades of Red Orange #F33C21
Tints of Red Orange #F33C21
RGB
CMYK
RGB Variations
Color information
#F33C21 (or 0xF33C21) is known color: Red Orange. HEX triplet: F3, 3C and 21. RGB value is (243,60,33). Sum of RGB (Red+Green+Blue) = 243+60+33=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33C21 is #0CC3DE. Grayscale: #6F6F6F. Windows color (decimal): -836575 or 2178291. OLE color: 2178291.
HSL color Cylindrical-coordinate representation of color #F33C21: hue angle of 7.71º 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 #F33C21 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 33 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.05 |
| HSL | 7.71º | 0.9% | 0.54% | - |
| HSV(B) | 7.71º | 0.86% | 0.95% | - |
| XYZ | 38.85 | 22.4 | 3.71 | - |
| YUV | 111.64 | 83.63 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 33 | 0 | 0.75 | 0.86 | 0.05 | 7.71 | 0.9 | 0.54 |
| Hex | F3 | 3C | 21 | 0 | 4B | 56 | 5 | 8 | 5A | 36 |
| Octal | 363 | 74 | 41 | 0 | 113 | 126 | 5 | 10 | 132 | 66 |
| Binary | 11110011 | 111100 | 100001 | 0 | 1001011 | 1010110 | 101 | 1000 | 1011010 | 110110 |
Color Harmonies of #F33C21
Complementary color
Monochromatic Colors of #F33C21
Black with #F33C21
Text Example
Text Example
White with #F33C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C21; }
p { color: rgb(243,60,33); }
H1.HeaderClassName
{
color: #F33C21;
}
.AnyTagClassName
{
color: #F33C21;
}
</style>
background-color css
<style>
a { background-color: #F33C21; }
a { background-color: rgb(243,60,33); }
div.DivClassName
{
background-color: #F33C21;
}
.BgClassName
{
background-color: #F33C21;
}
</style>
border-color css
<style>
span { border-color: #F33C21; }
span { border-color: rgb(243,60,33); }
td.TdClassName
{
border-color: #F33C21;
}
.TagClassName
{
border-color: #F33C21;
}
</style>