Shades of Red Orange #FF352A
Tints of Red Orange #FF352A
RGB
CMYK
RGB Variations
Color information
#FF352A (or 0xFF352A) is known color: Red Orange. HEX triplet: FF, 35 and 2A. RGB value is (255,53,42). Sum of RGB (Red+Green+Blue) = 255+53+42=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF352A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF352A is #00CAD5. Grayscale: #707070. Windows color (decimal): -51926 or 2766335. OLE color: 2766335.
HSL color Cylindrical-coordinate representation of color #FF352A: hue angle of 3.1º 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 #FF352A is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 42 | - |
| CMYK | 0 | 0.79 | 0.84 | 0 |
| HSL | 3.1º | 1% | 0.58% | - |
| HSV(B) | 3.1º | 0.84% | 1% | - |
| XYZ | 42.93 | 23.97 | 4.56 | - |
| YUV | 112.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 42 | 0 | 0.79 | 0.84 | 0 | 3.1 | 1 | 0.58 |
| Hex | FF | 35 | 2A | 0 | 4F | 54 | 0 | 3 | 64 | 3A |
| Octal | 377 | 65 | 52 | 0 | 117 | 124 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110101 | 101010 | 0 | 1001111 | 1010100 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF352A
Complementary color
Monochromatic Colors of #FF352A
Black with #FF352A
Text Example
Text Example
White with #FF352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF352A; }
p { color: rgb(255,53,42); }
H1.HeaderClassName
{
color: #FF352A;
}
.AnyTagClassName
{
color: #FF352A;
}
</style>
background-color css
<style>
a { background-color: #FF352A; }
a { background-color: rgb(255,53,42); }
div.DivClassName
{
background-color: #FF352A;
}
.BgClassName
{
background-color: #FF352A;
}
</style>
border-color css
<style>
span { border-color: #FF352A; }
span { border-color: rgb(255,53,42); }
td.TdClassName
{
border-color: #FF352A;
}
.TagClassName
{
border-color: #FF352A;
}
</style>