Shades of Orange Red #FF4313
Tints of Orange Red #FF4313
RGB
CMYK
RGB Variations
Color information
#FF4313 (or 0xFF4313) is known color: Orange Red. HEX triplet: FF, 43 and 13. RGB value is (255,67,19). Sum of RGB (Red+Green+Blue) = 255+67+19=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4313 is #00BCEC. Grayscale: #767676. Windows color (decimal): -48365 or 1262591. OLE color: 1262591.
HSL color Cylindrical-coordinate representation of color #FF4313: hue angle of 12.2º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4313 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 19 | - |
| CMYK | 0 | 0.74 | 0.93 | 0 |
| HSL | 12.2º | 1% | 0.54% | - |
| HSV(B) | 12.2º | 0.93% | 1% | - |
| XYZ | 43.36 | 25.32 | 3.22 | - |
| YUV | 117.74 | 72.28 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 19 | 0 | 0.74 | 0.93 | 0 | 12.2 | 1 | 0.54 |
| Hex | FF | 43 | 13 | 0 | 4A | 5D | 0 | C | 64 | 36 |
| Octal | 377 | 103 | 23 | 0 | 112 | 135 | 0 | 14 | 144 | 66 |
| Binary | 11111111 | 1000011 | 10011 | 0 | 1001010 | 1011101 | 0 | 1100 | 1100100 | 110110 |
Color Harmonies of #FF4313
Complementary color
Monochromatic Colors of #FF4313
Black with #FF4313
Text Example
Text Example
White with #FF4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4313; }
p { color: rgb(255,67,19); }
H1.HeaderClassName
{
color: #FF4313;
}
.AnyTagClassName
{
color: #FF4313;
}
</style>
background-color css
<style>
a { background-color: #FF4313; }
a { background-color: rgb(255,67,19); }
div.DivClassName
{
background-color: #FF4313;
}
.BgClassName
{
background-color: #FF4313;
}
</style>
border-color css
<style>
span { border-color: #FF4313; }
span { border-color: rgb(255,67,19); }
td.TdClassName
{
border-color: #FF4313;
}
.TagClassName
{
border-color: #FF4313;
}
</style>