Shades of Red Orange #FF3F33
Tints of Red Orange #FF3F33
RGB
CMYK
RGB Variations
Color information
#FF3F33 (or 0xFF3F33) is known color: Red Orange. HEX triplet: FF, 3F and 33. RGB value is (255,63,51). Sum of RGB (Red+Green+Blue) = 255+63+51=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F33 is #00C0CC. Grayscale: #777777. Windows color (decimal): -49357 or 3358719. OLE color: 3358719.
HSL color Cylindrical-coordinate representation of color #FF3F33: hue angle of 3.53º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3F33 is Cyan = 0, Magento = 0.75, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 51 | - |
| CMYK | 0 | 0.75 | 0.8 | 0 |
| HSL | 3.53º | 1% | 0.6% | - |
| HSV(B) | 3.53º | 0.8% | 1% | - |
| XYZ | 43.62 | 25.05 | 5.67 | - |
| YUV | 119.04 | 89.61 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 51 | 0 | 0.75 | 0.8 | 0 | 3.53 | 1 | 0.6 |
| Hex | FF | 3F | 33 | 0 | 4B | 50 | 0 | 4 | 64 | 3C |
| Octal | 377 | 77 | 63 | 0 | 113 | 120 | 0 | 4 | 144 | 74 |
| Binary | 11111111 | 111111 | 110011 | 0 | 1001011 | 1010000 | 0 | 100 | 1100100 | 111100 |
Color Harmonies of #FF3F33
Complementary color
Monochromatic Colors of #FF3F33
Black with #FF3F33
Text Example
Text Example
White with #FF3F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F33; }
p { color: rgb(255,63,51); }
H1.HeaderClassName
{
color: #FF3F33;
}
.AnyTagClassName
{
color: #FF3F33;
}
</style>
background-color css
<style>
a { background-color: #FF3F33; }
a { background-color: rgb(255,63,51); }
div.DivClassName
{
background-color: #FF3F33;
}
.BgClassName
{
background-color: #FF3F33;
}
</style>
border-color css
<style>
span { border-color: #FF3F33; }
span { border-color: rgb(255,63,51); }
td.TdClassName
{
border-color: #FF3F33;
}
.TagClassName
{
border-color: #FF3F33;
}
</style>