Shades of Red Orange #FF371A
Tints of Red Orange #FF371A
RGB
CMYK
RGB Variations
Color information
#FF371A (or 0xFF371A) is known color: Red Orange. HEX triplet: FF, 37 and 1A. RGB value is (255,55,26). Sum of RGB (Red+Green+Blue) = 255+55+26=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF371A is #00C8E5. Grayscale: #6F6F6F. Windows color (decimal): -51430 or 1718271. OLE color: 1718271.
HSL color Cylindrical-coordinate representation of color #FF371A: hue angle of 7.6º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF371A is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 26 | - |
| CMYK | 0 | 0.78 | 0.90 | 0 |
| HSL | 7.6º | 1% | 0.55% | - |
| HSV(B) | 7.6º | 0.9% | 1% | - |
| XYZ | 42.79 | 24.07 | 3.37 | - |
| YUV | 111.49 | 79.76 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 26 | 0 | 0.78 | 0.90 | 0 | 7.6 | 1 | 0.55 |
| Hex | FF | 37 | 1A | 0 | 4E | 5A | 0 | 8 | 64 | 37 |
| Octal | 377 | 67 | 32 | 0 | 116 | 132 | 0 | 10 | 144 | 67 |
| Binary | 11111111 | 110111 | 11010 | 0 | 1001110 | 1011010 | 0 | 1000 | 1100100 | 110111 |
Color Harmonies of #FF371A
Complementary color
Monochromatic Colors of #FF371A
Black with #FF371A
Text Example
Text Example
White with #FF371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF371A; }
p { color: rgb(255,55,26); }
H1.HeaderClassName
{
color: #FF371A;
}
.AnyTagClassName
{
color: #FF371A;
}
</style>
background-color css
<style>
a { background-color: #FF371A; }
a { background-color: rgb(255,55,26); }
div.DivClassName
{
background-color: #FF371A;
}
.BgClassName
{
background-color: #FF371A;
}
</style>
border-color css
<style>
span { border-color: #FF371A; }
span { border-color: rgb(255,55,26); }
td.TdClassName
{
border-color: #FF371A;
}
.TagClassName
{
border-color: #FF371A;
}
</style>