Shades of Red Orange #FF352B
Tints of Red Orange #FF352B
RGB
CMYK
RGB Variations
Color information
#FF352B (or 0xFF352B) is known color: Red Orange. HEX triplet: FF, 35 and 2B. RGB value is (255,53,43). Sum of RGB (Red+Green+Blue) = 255+53+43=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF352B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF352B is #00CAD4. Grayscale: #707070. Windows color (decimal): -51925 or 2831871. OLE color: 2831871.
HSL color Cylindrical-coordinate representation of color #FF352B: hue angle of 2.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF352B is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 43 | - |
| CMYK | 0 | 0.79 | 0.83 | 0 |
| HSL | 2.83º | 1% | 0.58% | - |
| HSV(B) | 2.83º | 0.83% | 1% | - |
| XYZ | 42.95 | 23.98 | 4.65 | - |
| YUV | 112.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 43 | 0 | 0.79 | 0.83 | 0 | 2.83 | 1 | 0.58 |
| Hex | FF | 35 | 2B | 0 | 4F | 53 | 0 | 3 | 64 | 3A |
| Octal | 377 | 65 | 53 | 0 | 117 | 123 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110101 | 101011 | 0 | 1001111 | 1010011 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF352B
Complementary color
Monochromatic Colors of #FF352B
Black with #FF352B
Text Example
Text Example
White with #FF352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF352B; }
p { color: rgb(255,53,43); }
H1.HeaderClassName
{
color: #FF352B;
}
.AnyTagClassName
{
color: #FF352B;
}
</style>
background-color css
<style>
a { background-color: #FF352B; }
a { background-color: rgb(255,53,43); }
div.DivClassName
{
background-color: #FF352B;
}
.BgClassName
{
background-color: #FF352B;
}
</style>
border-color css
<style>
span { border-color: #FF352B; }
span { border-color: rgb(255,53,43); }
td.TdClassName
{
border-color: #FF352B;
}
.TagClassName
{
border-color: #FF352B;
}
</style>