Shades of Red Orange #FF3333
Tints of Red Orange #FF3333
RGB
CMYK
RGB Variations
Color information
#FF3333 (or 0xFF3333) is known color: Red Orange. HEX triplet: FF, 33 and 33. RGB value is (255,51,51). Sum of RGB (Red+Green+Blue) = 255+51+51=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3333 is a web safe color. Inversed color of #FF3333 is #00CCCC. Grayscale: #707070. Windows color (decimal): -52429 or 3355647. OLE color: 3355647.
HSL color Cylindrical-coordinate representation of color #FF3333: hue angle of 0º 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 #FF3333 is Cyan = 0, Magento = 0.8, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 51 | - |
| CMYK | 0 | 0.8 | 0.8 | 0 |
| HSL | 0º | 1% | 0.6% | - |
| HSV(B) | 0º | 0.8% | 1% | - |
| XYZ | 43.02 | 23.87 | 5.47 | - |
| YUV | 112 | 93.59 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 51 | 0 | 0.8 | 0.8 | 0 | 0 | 1 | 0.6 |
| Hex | FF | 33 | 33 | 0 | 50 | 50 | 0 | 0 | 64 | 3C |
| Octal | 377 | 63 | 63 | 0 | 120 | 120 | 0 | 0 | 144 | 74 |
| Binary | 11111111 | 110011 | 110011 | 0 | 1010000 | 1010000 | 0 | 0 | 1100100 | 111100 |
Color Harmonies of #FF3333
Complementary color
Monochromatic Colors of #FF3333
Black with #FF3333
Text Example
Text Example
White with #FF3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3333; }
p { color: rgb(255,51,51); }
H1.HeaderClassName
{
color: #FF3333;
}
.AnyTagClassName
{
color: #FF3333;
}
</style>
background-color css
<style>
a { background-color: #FF3333; }
a { background-color: rgb(255,51,51); }
div.DivClassName
{
background-color: #FF3333;
}
.BgClassName
{
background-color: #FF3333;
}
</style>
border-color css
<style>
span { border-color: #FF3333; }
span { border-color: rgb(255,51,51); }
td.TdClassName
{
border-color: #FF3333;
}
.TagClassName
{
border-color: #FF3333;
}
</style>