Shades of Red Orange #FF4134
Tints of Red Orange #FF4134
RGB
CMYK
RGB Variations
Color information
#FF4134 (or 0xFF4134) is known color: Red Orange. HEX triplet: FF, 41 and 34. RGB value is (255,65,52). Sum of RGB (Red+Green+Blue) = 255+65+52=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4134 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4134 is #00BECB. Grayscale: #787878. Windows color (decimal): -48844 or 3424767. OLE color: 3424767.
HSL color Cylindrical-coordinate representation of color #FF4134: hue angle of 3.84º 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 #FF4134 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 52 | - |
| CMYK | 0 | 0.75 | 0.80 | 0 |
| HSL | 3.84º | 1% | 0.6% | - |
| HSV(B) | 3.84º | 0.8% | 1% | - |
| XYZ | 43.75 | 25.29 | 5.82 | - |
| YUV | 120.33 | 89.45 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 52 | 0 | 0.75 | 0.80 | 0 | 3.84 | 1 | 0.6 |
| Hex | FF | 41 | 34 | 0 | 4B | 50 | 0 | 4 | 64 | 3C |
| Octal | 377 | 101 | 64 | 0 | 113 | 120 | 0 | 4 | 144 | 74 |
| Binary | 11111111 | 1000001 | 110100 | 0 | 1001011 | 1010000 | 0 | 100 | 1100100 | 111100 |
Color Harmonies of #FF4134
Complementary color
Monochromatic Colors of #FF4134
Black with #FF4134
Text Example
Text Example
White with #FF4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4134; }
p { color: rgb(255,65,52); }
H1.HeaderClassName
{
color: #FF4134;
}
.AnyTagClassName
{
color: #FF4134;
}
</style>
background-color css
<style>
a { background-color: #FF4134; }
a { background-color: rgb(255,65,52); }
div.DivClassName
{
background-color: #FF4134;
}
.BgClassName
{
background-color: #FF4134;
}
</style>
border-color css
<style>
span { border-color: #FF4134; }
span { border-color: rgb(255,65,52); }
td.TdClassName
{
border-color: #FF4134;
}
.TagClassName
{
border-color: #FF4134;
}
</style>