Shades of Red Orange #F33D32
Tints of Red Orange #F33D32
RGB
CMYK
RGB Variations
Color information
#F33D32 (or 0xF33D32) is known color: Red Orange. HEX triplet: F3, 3D and 32. RGB value is (243,61,50). Sum of RGB (Red+Green+Blue) = 243+61+50=354 (46% of max value = 765). Red value is 243 (95.31% from 255 or 68.64% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F33D32 is #0CC2CD. Grayscale: #727272. Windows color (decimal): -836302 or 3292659. OLE color: 3292659.
HSL color Cylindrical-coordinate representation of color #F33D32: hue angle of 3.42º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33D32 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 50 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.05 |
| HSL | 3.42º | 0.89% | 0.57% | - |
| HSV(B) | 3.42º | 0.79% | 0.95% | - |
| XYZ | 39.21 | 22.62 | 5.32 | - |
| YUV | 114.16 | 91.8 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 50 | 0 | 0.75 | 0.79 | 0.05 | 3.42 | 0.89 | 0.57 |
| Hex | F3 | 3D | 32 | 0 | 4B | 4F | 5 | 3 | 59 | 39 |
| Octal | 363 | 75 | 62 | 0 | 113 | 117 | 5 | 3 | 131 | 71 |
| Binary | 11110011 | 111101 | 110010 | 0 | 1001011 | 1001111 | 101 | 11 | 1011001 | 111001 |
Color Harmonies of #F33D32
Complementary color
Monochromatic Colors of #F33D32
Black with #F33D32
Text Example
Text Example
White with #F33D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D32; }
p { color: rgb(243,61,50); }
H1.HeaderClassName
{
color: #F33D32;
}
.AnyTagClassName
{
color: #F33D32;
}
</style>
background-color css
<style>
a { background-color: #F33D32; }
a { background-color: rgb(243,61,50); }
div.DivClassName
{
background-color: #F33D32;
}
.BgClassName
{
background-color: #F33D32;
}
</style>
border-color css
<style>
span { border-color: #F33D32; }
span { border-color: rgb(243,61,50); }
td.TdClassName
{
border-color: #F33D32;
}
.TagClassName
{
border-color: #F33D32;
}
</style>