Shades of Red Orange #FF3532
Tints of Red Orange #FF3532
RGB
CMYK
RGB Variations
Color information
#FF3532 (or 0xFF3532) is known color: Red Orange. HEX triplet: FF, 35 and 32. RGB value is (255,53,50). Sum of RGB (Red+Green+Blue) = 255+53+50=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3532 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3532 is #00CACD. Grayscale: #717171. Windows color (decimal): -51918 or 3290623. OLE color: 3290623.
HSL color Cylindrical-coordinate representation of color #FF3532: hue angle of 0.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3532 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 50 | - |
| CMYK | 0 | 0.79 | 0.80 | 0 |
| HSL | 0.88º | 1% | 0.6% | - |
| HSV(B) | 0.88º | 0.8% | 1% | - |
| XYZ | 43.09 | 24.04 | 5.39 | - |
| YUV | 113.06 | 92.42 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 50 | 0 | 0.79 | 0.80 | 0 | 0.88 | 1 | 0.6 |
| Hex | FF | 35 | 32 | 0 | 4F | 50 | 0 | 1 | 64 | 3C |
| Octal | 377 | 65 | 62 | 0 | 117 | 120 | 0 | 1 | 144 | 74 |
| Binary | 11111111 | 110101 | 110010 | 0 | 1001111 | 1010000 | 0 | 1 | 1100100 | 111100 |
Color Harmonies of #FF3532
Complementary color
Monochromatic Colors of #FF3532
Black with #FF3532
Text Example
Text Example
White with #FF3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3532; }
p { color: rgb(255,53,50); }
H1.HeaderClassName
{
color: #FF3532;
}
.AnyTagClassName
{
color: #FF3532;
}
</style>
background-color css
<style>
a { background-color: #FF3532; }
a { background-color: rgb(255,53,50); }
div.DivClassName
{
background-color: #FF3532;
}
.BgClassName
{
background-color: #FF3532;
}
</style>
border-color css
<style>
span { border-color: #FF3532; }
span { border-color: rgb(255,53,50); }
td.TdClassName
{
border-color: #FF3532;
}
.TagClassName
{
border-color: #FF3532;
}
</style>