Shades of Red Orange #FF3732
Tints of Red Orange #FF3732
RGB
CMYK
RGB Variations
Color information
#FF3732 (or 0xFF3732) is known color: Red Orange. HEX triplet: FF, 37 and 32. RGB value is (255,55,50). Sum of RGB (Red+Green+Blue) = 255+55+50=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3732 is #00C8CD. Grayscale: #727272. Windows color (decimal): -51406 or 3291135. OLE color: 3291135.
HSL color Cylindrical-coordinate representation of color #FF3732: hue angle of 1.46º 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 #FF3732 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 50 | - |
| CMYK | 0 | 0.78 | 0.80 | 0 |
| HSL | 1.46º | 1% | 0.6% | - |
| HSV(B) | 1.46º | 0.8% | 1% | - |
| XYZ | 43.18 | 24.22 | 5.42 | - |
| YUV | 114.23 | 91.76 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 50 | 0 | 0.78 | 0.80 | 0 | 1.46 | 1 | 0.6 |
| Hex | FF | 37 | 32 | 0 | 4E | 50 | 0 | 1 | 64 | 3C |
| Octal | 377 | 67 | 62 | 0 | 116 | 120 | 0 | 1 | 144 | 74 |
| Binary | 11111111 | 110111 | 110010 | 0 | 1001110 | 1010000 | 0 | 1 | 1100100 | 111100 |
Color Harmonies of #FF3732
Complementary color
Monochromatic Colors of #FF3732
Black with #FF3732
Text Example
Text Example
White with #FF3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3732; }
p { color: rgb(255,55,50); }
H1.HeaderClassName
{
color: #FF3732;
}
.AnyTagClassName
{
color: #FF3732;
}
</style>
background-color css
<style>
a { background-color: #FF3732; }
a { background-color: rgb(255,55,50); }
div.DivClassName
{
background-color: #FF3732;
}
.BgClassName
{
background-color: #FF3732;
}
</style>
border-color css
<style>
span { border-color: #FF3732; }
span { border-color: rgb(255,55,50); }
td.TdClassName
{
border-color: #FF3732;
}
.TagClassName
{
border-color: #FF3732;
}
</style>