Shades of Red Orange #FF371C
Tints of Red Orange #FF371C
RGB
CMYK
RGB Variations
Color information
#FF371C (or 0xFF371C) is known color: Red Orange. HEX triplet: FF, 37 and 1C. RGB value is (255,55,28). Sum of RGB (Red+Green+Blue) = 255+55+28=338 (44% of max value = 765). Red value is 255 (100% from 255 or 75.44% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 255 - color contains mainly: red. Hex color #FF371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF371C is #00C8E3. Grayscale: #707070. Windows color (decimal): -51428 or 1849343. OLE color: 1849343.
HSL color Cylindrical-coordinate representation of color #FF371C: hue angle of 7.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF371C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 28 | - |
| CMYK | 0 | 0.78 | 0.89 | 0 |
| HSL | 7.14º | 1% | 0.55% | - |
| HSV(B) | 7.14º | 0.89% | 1% | - |
| XYZ | 42.82 | 24.08 | 3.49 | - |
| YUV | 111.72 | 80.76 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 28 | 0 | 0.78 | 0.89 | 0 | 7.14 | 1 | 0.55 |
| Hex | FF | 37 | 1C | 0 | 4E | 59 | 0 | 7 | 64 | 37 |
| Octal | 377 | 67 | 34 | 0 | 116 | 131 | 0 | 7 | 144 | 67 |
| Binary | 11111111 | 110111 | 11100 | 0 | 1001110 | 1011001 | 0 | 111 | 1100100 | 110111 |
Color Harmonies of #FF371C
Complementary color
Monochromatic Colors of #FF371C
Black with #FF371C
Text Example
Text Example
White with #FF371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF371C; }
p { color: rgb(255,55,28); }
H1.HeaderClassName
{
color: #FF371C;
}
.AnyTagClassName
{
color: #FF371C;
}
</style>
background-color css
<style>
a { background-color: #FF371C; }
a { background-color: rgb(255,55,28); }
div.DivClassName
{
background-color: #FF371C;
}
.BgClassName
{
background-color: #FF371C;
}
</style>
border-color css
<style>
span { border-color: #FF371C; }
span { border-color: rgb(255,55,28); }
td.TdClassName
{
border-color: #FF371C;
}
.TagClassName
{
border-color: #FF371C;
}
</style>