Shades of Red Orange #F33E2A
Tints of Red Orange #F33E2A
RGB
CMYK
RGB Variations
Color information
#F33E2A (or 0xF33E2A) is known color: Red Orange. HEX triplet: F3, 3E and 2A. RGB value is (243,62,42). Sum of RGB (Red+Green+Blue) = 243+62+42=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 62 (24.61% from 255 or 17.87% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F33E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33E2A is #0CC1D5. Grayscale: #727272. Windows color (decimal): -836054 or 2768627. OLE color: 2768627.
HSL color Cylindrical-coordinate representation of color #F33E2A: hue angle of 5.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F33E2A is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 42 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.05 |
| HSL | 5.97º | 0.89% | 0.56% | - |
| HSV(B) | 5.97º | 0.83% | 0.95% | - |
| XYZ | 39.1 | 22.67 | 4.5 | - |
| YUV | 113.84 | 87.47 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 42 | 0 | 0.74 | 0.83 | 0.05 | 5.97 | 0.89 | 0.56 |
| Hex | F3 | 3E | 2A | 0 | 4A | 53 | 5 | 6 | 59 | 38 |
| Octal | 363 | 76 | 52 | 0 | 112 | 123 | 5 | 6 | 131 | 70 |
| Binary | 11110011 | 111110 | 101010 | 0 | 1001010 | 1010011 | 101 | 110 | 1011001 | 111000 |
Color Harmonies of #F33E2A
Complementary color
Monochromatic Colors of #F33E2A
Black with #F33E2A
Text Example
Text Example
White with #F33E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33E2A; }
p { color: rgb(243,62,42); }
H1.HeaderClassName
{
color: #F33E2A;
}
.AnyTagClassName
{
color: #F33E2A;
}
</style>
background-color css
<style>
a { background-color: #F33E2A; }
a { background-color: rgb(243,62,42); }
div.DivClassName
{
background-color: #F33E2A;
}
.BgClassName
{
background-color: #F33E2A;
}
</style>
border-color css
<style>
span { border-color: #F33E2A; }
span { border-color: rgb(243,62,42); }
td.TdClassName
{
border-color: #F33E2A;
}
.TagClassName
{
border-color: #F33E2A;
}
</style>