Shades of Red Orange #FF3420
Tints of Red Orange #FF3420
RGB
CMYK
RGB Variations
Color information
#FF3420 (or 0xFF3420) is known color: Red Orange. HEX triplet: FF, 34 and 20. RGB value is (255,52,32). Sum of RGB (Red+Green+Blue) = 255+52+32=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3420 is #00CBDF. Grayscale: #6E6E6E. Windows color (decimal): -52192 or 2110719. OLE color: 2110719.
HSL color Cylindrical-coordinate representation of color #FF3420: hue angle of 5.38º 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 #FF3420 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 32 | - |
| CMYK | 0 | 0.80 | 0.87 | 0 |
| HSL | 5.38º | 1% | 0.56% | - |
| HSV(B) | 5.38º | 0.87% | 1% | - |
| XYZ | 42.73 | 23.82 | 3.71 | - |
| YUV | 110.42 | 83.75 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 32 | 0 | 0.80 | 0.87 | 0 | 5.38 | 1 | 0.56 |
| Hex | FF | 34 | 20 | 0 | 50 | 57 | 0 | 5 | 64 | 38 |
| Octal | 377 | 64 | 40 | 0 | 120 | 127 | 0 | 5 | 144 | 70 |
| Binary | 11111111 | 110100 | 100000 | 0 | 1010000 | 1010111 | 0 | 101 | 1100100 | 111000 |
Color Harmonies of #FF3420
Complementary color
Monochromatic Colors of #FF3420
Black with #FF3420
Text Example
Text Example
White with #FF3420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3420; }
p { color: rgb(255,52,32); }
H1.HeaderClassName
{
color: #FF3420;
}
.AnyTagClassName
{
color: #FF3420;
}
</style>
background-color css
<style>
a { background-color: #FF3420; }
a { background-color: rgb(255,52,32); }
div.DivClassName
{
background-color: #FF3420;
}
.BgClassName
{
background-color: #FF3420;
}
</style>
border-color css
<style>
span { border-color: #FF3420; }
span { border-color: rgb(255,52,32); }
td.TdClassName
{
border-color: #FF3420;
}
.TagClassName
{
border-color: #FF3420;
}
</style>