Shades of Red Orange #F33328
Tints of Red Orange #F33328
RGB
CMYK
RGB Variations
Color information
#F33328 (or 0xF33328) is known color: Red Orange. HEX triplet: F3, 33 and 28. RGB value is (243,51,40). Sum of RGB (Red+Green+Blue) = 243+51+40=334 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.75% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 243 - color contains mainly: red. Hex color #F33328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33328 is #0CCCD7. Grayscale: #6B6B6B. Windows color (decimal): -838872 or 2634739. OLE color: 2634739.
HSL color Cylindrical-coordinate representation of color #F33328: hue angle of 3.25º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F33328 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 51 | 40 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.05 |
| HSL | 3.25º | 0.89% | 0.55% | - |
| HSV(B) | 3.25º | 0.84% | 0.95% | - |
| XYZ | 38.53 | 21.58 | 4.14 | - |
| YUV | 107.15 | 90.11 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 51 | 40 | 0 | 0.79 | 0.84 | 0.05 | 3.25 | 0.89 | 0.55 |
| Hex | F3 | 33 | 28 | 0 | 4F | 54 | 5 | 3 | 59 | 37 |
| Octal | 363 | 63 | 50 | 0 | 117 | 124 | 5 | 3 | 131 | 67 |
| Binary | 11110011 | 110011 | 101000 | 0 | 1001111 | 1010100 | 101 | 11 | 1011001 | 110111 |
Color Harmonies of #F33328
Complementary color
Monochromatic Colors of #F33328
Black with #F33328
Text Example
Text Example
White with #F33328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33328; }
p { color: rgb(243,51,40); }
H1.HeaderClassName
{
color: #F33328;
}
.AnyTagClassName
{
color: #F33328;
}
</style>
background-color css
<style>
a { background-color: #F33328; }
a { background-color: rgb(243,51,40); }
div.DivClassName
{
background-color: #F33328;
}
.BgClassName
{
background-color: #F33328;
}
</style>
border-color css
<style>
span { border-color: #F33328; }
span { border-color: rgb(243,51,40); }
td.TdClassName
{
border-color: #F33328;
}
.TagClassName
{
border-color: #F33328;
}
</style>