Shades of Red Orange #FF4B1D
Tints of Red Orange #FF4B1D
RGB
CMYK
RGB Variations
Color information
#FF4B1D (or 0xFF4B1D) is known color: Red Orange. HEX triplet: FF, 4B and 1D. RGB value is (255,75,29). Sum of RGB (Red+Green+Blue) = 255+75+29=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B1D is #00B4E2. Grayscale: #7B7B7B. Windows color (decimal): -46307 or 1919999. OLE color: 1919999.
HSL color Cylindrical-coordinate representation of color #FF4B1D: hue angle of 12.21º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4B1D is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 29 | - |
| CMYK | 0 | 0.71 | 0.89 | 0 |
| HSL | 12.21º | 1% | 0.56% | - |
| HSV(B) | 12.21º | 0.89% | 1% | - |
| XYZ | 43.98 | 26.38 | 3.94 | - |
| YUV | 123.58 | 74.63 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 29 | 0 | 0.71 | 0.89 | 0 | 12.21 | 1 | 0.56 |
| Hex | FF | 4B | 1D | 0 | 47 | 59 | 0 | C | 64 | 38 |
| Octal | 377 | 113 | 35 | 0 | 107 | 131 | 0 | 14 | 144 | 70 |
| Binary | 11111111 | 1001011 | 11101 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100100 | 111000 |
Color Harmonies of #FF4B1D
Complementary color
Monochromatic Colors of #FF4B1D
Black with #FF4B1D
Text Example
Text Example
White with #FF4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B1D; }
p { color: rgb(255,75,29); }
H1.HeaderClassName
{
color: #FF4B1D;
}
.AnyTagClassName
{
color: #FF4B1D;
}
</style>
background-color css
<style>
a { background-color: #FF4B1D; }
a { background-color: rgb(255,75,29); }
div.DivClassName
{
background-color: #FF4B1D;
}
.BgClassName
{
background-color: #FF4B1D;
}
</style>
border-color css
<style>
span { border-color: #FF4B1D; }
span { border-color: rgb(255,75,29); }
td.TdClassName
{
border-color: #FF4B1D;
}
.TagClassName
{
border-color: #FF4B1D;
}
</style>