Shades of Red Orange #FF3520
Tints of Red Orange #FF3520
RGB
CMYK
RGB Variations
Color information
#FF3520 (or 0xFF3520) is known color: Red Orange. HEX triplet: FF, 35 and 20. RGB value is (255,53,32). Sum of RGB (Red+Green+Blue) = 255+53+32=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3520 is #00CADF. Grayscale: #6F6F6F. Windows color (decimal): -51936 or 2110975. OLE color: 2110975.
HSL color Cylindrical-coordinate representation of color #FF3520: hue angle of 5.65º 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 #FF3520 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 32 | - |
| CMYK | 0 | 0.79 | 0.87 | 0 |
| HSL | 5.65º | 1% | 0.56% | - |
| HSV(B) | 5.65º | 0.87% | 1% | - |
| XYZ | 42.77 | 23.91 | 3.73 | - |
| YUV | 111 | 83.42 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 32 | 0 | 0.79 | 0.87 | 0 | 5.65 | 1 | 0.56 |
| Hex | FF | 35 | 20 | 0 | 4F | 57 | 0 | 6 | 64 | 38 |
| Octal | 377 | 65 | 40 | 0 | 117 | 127 | 0 | 6 | 144 | 70 |
| Binary | 11111111 | 110101 | 100000 | 0 | 1001111 | 1010111 | 0 | 110 | 1100100 | 111000 |
Color Harmonies of #FF3520
Complementary color
Monochromatic Colors of #FF3520
Black with #FF3520
Text Example
Text Example
White with #FF3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3520; }
p { color: rgb(255,53,32); }
H1.HeaderClassName
{
color: #FF3520;
}
.AnyTagClassName
{
color: #FF3520;
}
</style>
background-color css
<style>
a { background-color: #FF3520; }
a { background-color: rgb(255,53,32); }
div.DivClassName
{
background-color: #FF3520;
}
.BgClassName
{
background-color: #FF3520;
}
</style>
border-color css
<style>
span { border-color: #FF3520; }
span { border-color: rgb(255,53,32); }
td.TdClassName
{
border-color: #FF3520;
}
.TagClassName
{
border-color: #FF3520;
}
</style>