Shades of Red Orange #FF3528
Tints of Red Orange #FF3528
RGB
CMYK
RGB Variations
Color information
#FF3528 (or 0xFF3528) is known color: Red Orange. HEX triplet: FF, 35 and 28. RGB value is (255,53,40). Sum of RGB (Red+Green+Blue) = 255+53+40=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3528 is #00CAD7. Grayscale: #707070. Windows color (decimal): -51928 or 2635263. OLE color: 2635263.
HSL color Cylindrical-coordinate representation of color #FF3528: hue angle of 3.63º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF3528 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 40 | - |
| CMYK | 0 | 0.79 | 0.84 | 0 |
| HSL | 3.63º | 1% | 0.58% | - |
| HSV(B) | 3.63º | 0.84% | 1% | - |
| XYZ | 42.9 | 23.96 | 4.37 | - |
| YUV | 111.92 | 87.42 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 40 | 0 | 0.79 | 0.84 | 0 | 3.63 | 1 | 0.58 |
| Hex | FF | 35 | 28 | 0 | 4F | 54 | 0 | 4 | 64 | 3A |
| Octal | 377 | 65 | 50 | 0 | 117 | 124 | 0 | 4 | 144 | 72 |
| Binary | 11111111 | 110101 | 101000 | 0 | 1001111 | 1010100 | 0 | 100 | 1100100 | 111010 |
Color Harmonies of #FF3528
Complementary color
Monochromatic Colors of #FF3528
Black with #FF3528
Text Example
Text Example
White with #FF3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3528; }
p { color: rgb(255,53,40); }
H1.HeaderClassName
{
color: #FF3528;
}
.AnyTagClassName
{
color: #FF3528;
}
</style>
background-color css
<style>
a { background-color: #FF3528; }
a { background-color: rgb(255,53,40); }
div.DivClassName
{
background-color: #FF3528;
}
.BgClassName
{
background-color: #FF3528;
}
</style>
border-color css
<style>
span { border-color: #FF3528; }
span { border-color: rgb(255,53,40); }
td.TdClassName
{
border-color: #FF3528;
}
.TagClassName
{
border-color: #FF3528;
}
</style>