Shades of Orange Red #FF3813
Tints of Orange Red #FF3813
RGB
CMYK
RGB Variations
Color information
#FF3813 (or 0xFF3813) is known color: Orange Red. HEX triplet: FF, 38 and 13. RGB value is (255,56,19). Sum of RGB (Red+Green+Blue) = 255+56+19=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3813 is #00C7EC. Grayscale: #6F6F6F. Windows color (decimal): -51181 or 1259775. OLE color: 1259775.
HSL color Cylindrical-coordinate representation of color #FF3813: hue angle of 9.41º 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 #FF3813 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 19 | - |
| CMYK | 0 | 0.78 | 0.93 | 0 |
| HSL | 9.41º | 1% | 0.54% | - |
| HSV(B) | 9.41º | 0.93% | 1% | - |
| XYZ | 42.77 | 24.14 | 3.02 | - |
| YUV | 111.28 | 75.93 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 19 | 0 | 0.78 | 0.93 | 0 | 9.41 | 1 | 0.54 |
| Hex | FF | 38 | 13 | 0 | 4E | 5D | 0 | 9 | 64 | 36 |
| Octal | 377 | 70 | 23 | 0 | 116 | 135 | 0 | 11 | 144 | 66 |
| Binary | 11111111 | 111000 | 10011 | 0 | 1001110 | 1011101 | 0 | 1001 | 1100100 | 110110 |
Color Harmonies of #FF3813
Complementary color
Monochromatic Colors of #FF3813
Black with #FF3813
Text Example
Text Example
White with #FF3813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3813; }
p { color: rgb(255,56,19); }
H1.HeaderClassName
{
color: #FF3813;
}
.AnyTagClassName
{
color: #FF3813;
}
</style>
background-color css
<style>
a { background-color: #FF3813; }
a { background-color: rgb(255,56,19); }
div.DivClassName
{
background-color: #FF3813;
}
.BgClassName
{
background-color: #FF3813;
}
</style>
border-color css
<style>
span { border-color: #FF3813; }
span { border-color: rgb(255,56,19); }
td.TdClassName
{
border-color: #FF3813;
}
.TagClassName
{
border-color: #FF3813;
}
</style>