Shades of Red Orange #FF3832
Tints of Red Orange #FF3832
RGB
CMYK
RGB Variations
Color information
#FF3832 (or 0xFF3832) is known color: Red Orange. HEX triplet: FF, 38 and 32. RGB value is (255,56,50). Sum of RGB (Red+Green+Blue) = 255+56+50=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3832 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3832 is #00C7CD. Grayscale: #737373. Windows color (decimal): -51150 or 3291391. OLE color: 3291391.
HSL color Cylindrical-coordinate representation of color #FF3832: hue angle of 1.76º 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 #FF3832 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 50 | - |
| CMYK | 0 | 0.78 | 0.80 | 0 |
| HSL | 1.76º | 1% | 0.6% | - |
| HSV(B) | 1.76º | 0.8% | 1% | - |
| XYZ | 43.23 | 24.32 | 5.43 | - |
| YUV | 114.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 50 | 0 | 0.78 | 0.80 | 0 | 1.76 | 1 | 0.6 |
| Hex | FF | 38 | 32 | 0 | 4E | 50 | 0 | 2 | 64 | 3C |
| Octal | 377 | 70 | 62 | 0 | 116 | 120 | 0 | 2 | 144 | 74 |
| Binary | 11111111 | 111000 | 110010 | 0 | 1001110 | 1010000 | 0 | 10 | 1100100 | 111100 |
Color Harmonies of #FF3832
Complementary color
Monochromatic Colors of #FF3832
Black with #FF3832
Text Example
Text Example
White with #FF3832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3832; }
p { color: rgb(255,56,50); }
H1.HeaderClassName
{
color: #FF3832;
}
.AnyTagClassName
{
color: #FF3832;
}
</style>
background-color css
<style>
a { background-color: #FF3832; }
a { background-color: rgb(255,56,50); }
div.DivClassName
{
background-color: #FF3832;
}
.BgClassName
{
background-color: #FF3832;
}
</style>
border-color css
<style>
span { border-color: #FF3832; }
span { border-color: rgb(255,56,50); }
td.TdClassName
{
border-color: #FF3832;
}
.TagClassName
{
border-color: #FF3832;
}
</style>