Shades of Red Orange #FF3C34
Tints of Red Orange #FF3C34
RGB
CMYK
RGB Variations
Color information
#FF3C34 (or 0xFF3C34) is known color: Red Orange. HEX triplet: FF, 3C and 34. RGB value is (255,60,52). Sum of RGB (Red+Green+Blue) = 255+60+52=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C34 is #00C3CB. Grayscale: #757575. Windows color (decimal): -50124 or 3423487. OLE color: 3423487.
HSL color Cylindrical-coordinate representation of color #FF3C34: hue angle of 2.36º 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 #FF3C34 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 52 | - |
| CMYK | 0 | 0.76 | 0.80 | 0 |
| HSL | 2.36º | 1% | 0.6% | - |
| HSV(B) | 2.36º | 0.8% | 1% | - |
| XYZ | 43.48 | 24.74 | 5.73 | - |
| YUV | 117.39 | 91.1 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 52 | 0 | 0.76 | 0.80 | 0 | 2.36 | 1 | 0.6 |
| Hex | FF | 3C | 34 | 0 | 4C | 50 | 0 | 2 | 64 | 3C |
| Octal | 377 | 74 | 64 | 0 | 114 | 120 | 0 | 2 | 144 | 74 |
| Binary | 11111111 | 111100 | 110100 | 0 | 1001100 | 1010000 | 0 | 10 | 1100100 | 111100 |
Color Harmonies of #FF3C34
Complementary color
Monochromatic Colors of #FF3C34
Black with #FF3C34
Text Example
Text Example
White with #FF3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C34; }
p { color: rgb(255,60,52); }
H1.HeaderClassName
{
color: #FF3C34;
}
.AnyTagClassName
{
color: #FF3C34;
}
</style>
background-color css
<style>
a { background-color: #FF3C34; }
a { background-color: rgb(255,60,52); }
div.DivClassName
{
background-color: #FF3C34;
}
.BgClassName
{
background-color: #FF3C34;
}
</style>
border-color css
<style>
span { border-color: #FF3C34; }
span { border-color: rgb(255,60,52); }
td.TdClassName
{
border-color: #FF3C34;
}
.TagClassName
{
border-color: #FF3C34;
}
</style>