Shades of Red Orange #FF3C33
Tints of Red Orange #FF3C33
RGB
CMYK
RGB Variations
Color information
#FF3C33 (or 0xFF3C33) is known color: Red Orange. HEX triplet: FF, 3C and 33. RGB value is (255,60,51). Sum of RGB (Red+Green+Blue) = 255+60+51=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 51 (20.31% from 255 or 13.93% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C33 is #00C3CC. Grayscale: #757575. Windows color (decimal): -50125 or 3357951. OLE color: 3357951.
HSL color Cylindrical-coordinate representation of color #FF3C33: hue angle of 2.65º 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 #FF3C33 is Cyan = 0, Magento = 0.76, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 51 | - |
| CMYK | 0 | 0.76 | 0.8 | 0 |
| HSL | 2.65º | 1% | 0.6% | - |
| HSV(B) | 2.65º | 0.8% | 1% | - |
| XYZ | 43.45 | 24.73 | 5.62 | - |
| YUV | 117.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 51 | 0 | 0.76 | 0.8 | 0 | 2.65 | 1 | 0.6 |
| Hex | FF | 3C | 33 | 0 | 4C | 50 | 0 | 3 | 64 | 3C |
| Octal | 377 | 74 | 63 | 0 | 114 | 120 | 0 | 3 | 144 | 74 |
| Binary | 11111111 | 111100 | 110011 | 0 | 1001100 | 1010000 | 0 | 11 | 1100100 | 111100 |
Color Harmonies of #FF3C33
Complementary color
Monochromatic Colors of #FF3C33
Black with #FF3C33
Text Example
Text Example
White with #FF3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C33; }
p { color: rgb(255,60,51); }
H1.HeaderClassName
{
color: #FF3C33;
}
.AnyTagClassName
{
color: #FF3C33;
}
</style>
background-color css
<style>
a { background-color: #FF3C33; }
a { background-color: rgb(255,60,51); }
div.DivClassName
{
background-color: #FF3C33;
}
.BgClassName
{
background-color: #FF3C33;
}
</style>
border-color css
<style>
span { border-color: #FF3C33; }
span { border-color: rgb(255,60,51); }
td.TdClassName
{
border-color: #FF3C33;
}
.TagClassName
{
border-color: #FF3C33;
}
</style>