Shades of Red Orange #FF4135
Tints of Red Orange #FF4135
RGB
CMYK
RGB Variations
Color information
#FF4135 (or 0xFF4135) is known color: Red Orange. HEX triplet: FF, 41 and 35. RGB value is (255,65,53). Sum of RGB (Red+Green+Blue) = 255+65+53=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4135 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4135 is #00BECA. Grayscale: #787878. Windows color (decimal): -48843 or 3490303. OLE color: 3490303.
HSL color Cylindrical-coordinate representation of color #FF4135: hue angle of 3.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF4135 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 53 | - |
| CMYK | 0 | 0.75 | 0.79 | 0 |
| HSL | 3.56º | 1% | 0.6% | - |
| HSV(B) | 3.56º | 0.79% | 1% | - |
| XYZ | 43.77 | 25.3 | 5.94 | - |
| YUV | 120.44 | 89.95 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 53 | 0 | 0.75 | 0.79 | 0 | 3.56 | 1 | 0.6 |
| Hex | FF | 41 | 35 | 0 | 4B | 4F | 0 | 4 | 64 | 3C |
| Octal | 377 | 101 | 65 | 0 | 113 | 117 | 0 | 4 | 144 | 74 |
| Binary | 11111111 | 1000001 | 110101 | 0 | 1001011 | 1001111 | 0 | 100 | 1100100 | 111100 |
Color Harmonies of #FF4135
Complementary color
Monochromatic Colors of #FF4135
Black with #FF4135
Text Example
Text Example
White with #FF4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4135; }
p { color: rgb(255,65,53); }
H1.HeaderClassName
{
color: #FF4135;
}
.AnyTagClassName
{
color: #FF4135;
}
</style>
background-color css
<style>
a { background-color: #FF4135; }
a { background-color: rgb(255,65,53); }
div.DivClassName
{
background-color: #FF4135;
}
.BgClassName
{
background-color: #FF4135;
}
</style>
border-color css
<style>
span { border-color: #FF4135; }
span { border-color: rgb(255,65,53); }
td.TdClassName
{
border-color: #FF4135;
}
.TagClassName
{
border-color: #FF4135;
}
</style>