Shades of Red Orange #F33A1B
Tints of Red Orange #F33A1B
RGB
CMYK
RGB Variations
Color information
#F33A1B (or 0xF33A1B) is known color: Red Orange. HEX triplet: F3, 3A and 1B. RGB value is (243,58,27). Sum of RGB (Red+Green+Blue) = 243+58+27=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33A1B is #0CC5E4. Grayscale: #6E6E6E. Windows color (decimal): -837093 or 1784563. OLE color: 1784563.
HSL color Cylindrical-coordinate representation of color #F33A1B: hue angle of 8.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F33A1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.05 |
| HSL | 8.61º | 0.9% | 0.53% | - |
| HSV(B) | 8.61º | 0.89% | 0.95% | - |
| XYZ | 38.67 | 22.16 | 3.28 | - |
| YUV | 109.78 | 81.29 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 27 | 0 | 0.76 | 0.89 | 0.05 | 8.61 | 0.9 | 0.53 |
| Hex | F3 | 3A | 1B | 0 | 4C | 59 | 5 | 9 | 5A | 35 |
| Octal | 363 | 72 | 33 | 0 | 114 | 131 | 5 | 11 | 132 | 65 |
| Binary | 11110011 | 111010 | 11011 | 0 | 1001100 | 1011001 | 101 | 1001 | 1011010 | 110101 |
Color Harmonies of #F33A1B
Complementary color
Monochromatic Colors of #F33A1B
Black with #F33A1B
Text Example
Text Example
White with #F33A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A1B; }
p { color: rgb(243,58,27); }
H1.HeaderClassName
{
color: #F33A1B;
}
.AnyTagClassName
{
color: #F33A1B;
}
</style>
background-color css
<style>
a { background-color: #F33A1B; }
a { background-color: rgb(243,58,27); }
div.DivClassName
{
background-color: #F33A1B;
}
.BgClassName
{
background-color: #F33A1B;
}
</style>
border-color css
<style>
span { border-color: #F33A1B; }
span { border-color: rgb(243,58,27); }
td.TdClassName
{
border-color: #F33A1B;
}
.TagClassName
{
border-color: #F33A1B;
}
</style>