Shades of Orange Red #FF4314
Tints of Orange Red #FF4314
RGB
CMYK
RGB Variations
Color information
#FF4314 (or 0xFF4314) is known color: Orange Red. HEX triplet: FF, 43 and 14. RGB value is (255,67,20). Sum of RGB (Red+Green+Blue) = 255+67+20=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4314 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4314 is #00BCEB. Grayscale: #767676. Windows color (decimal): -48364 or 1328127. OLE color: 1328127.
HSL color Cylindrical-coordinate representation of color #FF4314: hue angle of 12º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF4314 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 20 | - |
| CMYK | 0 | 0.74 | 0.92 | 0 |
| HSL | 12º | 1% | 0.54% | - |
| HSV(B) | 12º | 0.92% | 1% | - |
| XYZ | 43.37 | 25.32 | 3.26 | - |
| YUV | 117.85 | 72.78 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 20 | 0 | 0.74 | 0.92 | 0 | 12 | 1 | 0.54 |
| Hex | FF | 43 | 14 | 0 | 4A | 5C | 0 | C | 64 | 36 |
| Octal | 377 | 103 | 24 | 0 | 112 | 134 | 0 | 14 | 144 | 66 |
| Binary | 11111111 | 1000011 | 10100 | 0 | 1001010 | 1011100 | 0 | 1100 | 1100100 | 110110 |
Color Harmonies of #FF4314
Complementary color
Monochromatic Colors of #FF4314
Black with #FF4314
Text Example
Text Example
White with #FF4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4314; }
p { color: rgb(255,67,20); }
H1.HeaderClassName
{
color: #FF4314;
}
.AnyTagClassName
{
color: #FF4314;
}
</style>
background-color css
<style>
a { background-color: #FF4314; }
a { background-color: rgb(255,67,20); }
div.DivClassName
{
background-color: #FF4314;
}
.BgClassName
{
background-color: #FF4314;
}
</style>
border-color css
<style>
span { border-color: #FF4314; }
span { border-color: rgb(255,67,20); }
td.TdClassName
{
border-color: #FF4314;
}
.TagClassName
{
border-color: #FF4314;
}
</style>