Shades of Red Orange #FF3920
Tints of Red Orange #FF3920
RGB
CMYK
RGB Variations
Color information
#FF3920 (or 0xFF3920) is known color: Red Orange. HEX triplet: FF, 39 and 20. RGB value is (255,57,32). Sum of RGB (Red+Green+Blue) = 255+57+32=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3920 is #00C6DF. Grayscale: #717171. Windows color (decimal): -50912 or 2111999. OLE color: 2111999.
HSL color Cylindrical-coordinate representation of color #FF3920: hue angle of 6.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF3920 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 32 | - |
| CMYK | 0 | 0.78 | 0.87 | 0 |
| HSL | 6.73º | 1% | 0.56% | - |
| HSV(B) | 6.73º | 0.87% | 1% | - |
| XYZ | 42.96 | 24.29 | 3.79 | - |
| YUV | 113.35 | 82.1 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 32 | 0 | 0.78 | 0.87 | 0 | 6.73 | 1 | 0.56 |
| Hex | FF | 39 | 20 | 0 | 4E | 57 | 0 | 7 | 64 | 38 |
| Octal | 377 | 71 | 40 | 0 | 116 | 127 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 111001 | 100000 | 0 | 1001110 | 1010111 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF3920
Complementary color
Monochromatic Colors of #FF3920
Black with #FF3920
Text Example
Text Example
White with #FF3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3920; }
p { color: rgb(255,57,32); }
H1.HeaderClassName
{
color: #FF3920;
}
.AnyTagClassName
{
color: #FF3920;
}
</style>
background-color css
<style>
a { background-color: #FF3920; }
a { background-color: rgb(255,57,32); }
div.DivClassName
{
background-color: #FF3920;
}
.BgClassName
{
background-color: #FF3920;
}
</style>
border-color css
<style>
span { border-color: #FF3920; }
span { border-color: rgb(255,57,32); }
td.TdClassName
{
border-color: #FF3920;
}
.TagClassName
{
border-color: #FF3920;
}
</style>