Shades of Red Orange #FF4130
Tints of Red Orange #FF4130
RGB
CMYK
RGB Variations
Color information
#FF4130 (or 0xFF4130) is known color: Red Orange. HEX triplet: FF, 41 and 30. RGB value is (255,65,48). Sum of RGB (Red+Green+Blue) = 255+65+48=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 48 (19.14% from 255 or 13.04% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4130 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4130 is #00BECF. Grayscale: #787878. Windows color (decimal): -48848 or 3162623. OLE color: 3162623.
HSL color Cylindrical-coordinate representation of color #FF4130: hue angle of 4.93º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF4130 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 48 | - |
| CMYK | 0 | 0.75 | 0.81 | 0 |
| HSL | 4.93º | 1% | 0.59% | - |
| HSV(B) | 4.93º | 0.81% | 1% | - |
| XYZ | 43.66 | 25.25 | 5.37 | - |
| YUV | 119.87 | 87.45 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 48 | 0 | 0.75 | 0.81 | 0 | 4.93 | 1 | 0.59 |
| Hex | FF | 41 | 30 | 0 | 4B | 51 | 0 | 5 | 64 | 3B |
| Octal | 377 | 101 | 60 | 0 | 113 | 121 | 0 | 5 | 144 | 73 |
| Binary | 11111111 | 1000001 | 110000 | 0 | 1001011 | 1010001 | 0 | 101 | 1100100 | 111011 |
Color Harmonies of #FF4130
Complementary color
Monochromatic Colors of #FF4130
Black with #FF4130
Text Example
Text Example
White with #FF4130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4130; }
p { color: rgb(255,65,48); }
H1.HeaderClassName
{
color: #FF4130;
}
.AnyTagClassName
{
color: #FF4130;
}
</style>
background-color css
<style>
a { background-color: #FF4130; }
a { background-color: rgb(255,65,48); }
div.DivClassName
{
background-color: #FF4130;
}
.BgClassName
{
background-color: #FF4130;
}
</style>
border-color css
<style>
span { border-color: #FF4130; }
span { border-color: rgb(255,65,48); }
td.TdClassName
{
border-color: #FF4130;
}
.TagClassName
{
border-color: #FF4130;
}
</style>