Shades of Orange Red #FF4B1C
Tints of Orange Red #FF4B1C
RGB
CMYK
RGB Variations
Color information
#FF4B1C (or 0xFF4B1C) is known color: Orange Red. HEX triplet: FF, 4B and 1C. RGB value is (255,75,28). Sum of RGB (Red+Green+Blue) = 255+75+28=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4B1C is #00B4E3. Grayscale: #7B7B7B. Windows color (decimal): -46308 or 1854463. OLE color: 1854463.
HSL color Cylindrical-coordinate representation of color #FF4B1C: hue angle of 12.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4B1C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0 |
| HSL | 12.42º | 1% | 0.55% | - |
| HSV(B) | 12.42º | 0.89% | 1% | - |
| XYZ | 43.97 | 26.38 | 3.87 | - |
| YUV | 123.46 | 74.13 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 28 | 0 | 0.71 | 0.89 | 0 | 12.42 | 1 | 0.55 |
| Hex | FF | 4B | 1C | 0 | 47 | 59 | 0 | C | 64 | 37 |
| Octal | 377 | 113 | 34 | 0 | 107 | 131 | 0 | 14 | 144 | 67 |
| Binary | 11111111 | 1001011 | 11100 | 0 | 1000111 | 1011001 | 0 | 1100 | 1100100 | 110111 |
Color Harmonies of #FF4B1C
Complementary color
Monochromatic Colors of #FF4B1C
Black with #FF4B1C
Text Example
Text Example
White with #FF4B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B1C; }
p { color: rgb(255,75,28); }
H1.HeaderClassName
{
color: #FF4B1C;
}
.AnyTagClassName
{
color: #FF4B1C;
}
</style>
background-color css
<style>
a { background-color: #FF4B1C; }
a { background-color: rgb(255,75,28); }
div.DivClassName
{
background-color: #FF4B1C;
}
.BgClassName
{
background-color: #FF4B1C;
}
</style>
border-color css
<style>
span { border-color: #FF4B1C; }
span { border-color: rgb(255,75,28); }
td.TdClassName
{
border-color: #FF4B1C;
}
.TagClassName
{
border-color: #FF4B1C;
}
</style>