Shades of Red Orange #FF372C
Tints of Red Orange #FF372C
RGB
CMYK
RGB Variations
Color information
#FF372C (or 0xFF372C) is known color: Red Orange. HEX triplet: FF, 37 and 2C. RGB value is (255,55,44). Sum of RGB (Red+Green+Blue) = 255+55+44=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF372C is #00C8D3. Grayscale: #717171. Windows color (decimal): -51412 or 2897919. OLE color: 2897919.
HSL color Cylindrical-coordinate representation of color #FF372C: hue angle of 3.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF372C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 44 | - |
| CMYK | 0 | 0.78 | 0.83 | 0 |
| HSL | 3.13º | 1% | 0.59% | - |
| HSV(B) | 3.13º | 0.83% | 1% | - |
| XYZ | 43.06 | 24.17 | 4.78 | - |
| YUV | 113.55 | 88.76 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 44 | 0 | 0.78 | 0.83 | 0 | 3.13 | 1 | 0.59 |
| Hex | FF | 37 | 2C | 0 | 4E | 53 | 0 | 3 | 64 | 3B |
| Octal | 377 | 67 | 54 | 0 | 116 | 123 | 0 | 3 | 144 | 73 |
| Binary | 11111111 | 110111 | 101100 | 0 | 1001110 | 1010011 | 0 | 11 | 1100100 | 111011 |
Color Harmonies of #FF372C
Complementary color
Monochromatic Colors of #FF372C
Black with #FF372C
Text Example
Text Example
White with #FF372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF372C; }
p { color: rgb(255,55,44); }
H1.HeaderClassName
{
color: #FF372C;
}
.AnyTagClassName
{
color: #FF372C;
}
</style>
background-color css
<style>
a { background-color: #FF372C; }
a { background-color: rgb(255,55,44); }
div.DivClassName
{
background-color: #FF372C;
}
.BgClassName
{
background-color: #FF372C;
}
</style>
border-color css
<style>
span { border-color: #FF372C; }
span { border-color: rgb(255,55,44); }
td.TdClassName
{
border-color: #FF372C;
}
.TagClassName
{
border-color: #FF372C;
}
</style>