Shades of Orange Red #FF370B
Tints of Orange Red #FF370B
RGB
CMYK
RGB Variations
Color information
#FF370B (or 0xFF370B) is known color: Orange Red. HEX triplet: FF, 37 and 0B. RGB value is (255,55,11). Sum of RGB (Red+Green+Blue) = 255+55+11=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF370B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF370B is #00C8F4. Grayscale: #6E6E6E. Windows color (decimal): -51445 or 735231. OLE color: 735231.
HSL color Cylindrical-coordinate representation of color #FF370B: hue angle of 10.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF370B is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 11 | - |
| CMYK | 0 | 0.78 | 0.96 | 0 |
| HSL | 10.82º | 1% | 0.52% | - |
| HSV(B) | 10.82º | 0.96% | 1% | - |
| XYZ | 42.67 | 24.02 | 2.7 | - |
| YUV | 109.78 | 72.26 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 11 | 0 | 0.78 | 0.96 | 0 | 10.82 | 1 | 0.52 |
| Hex | FF | 37 | B | 0 | 4E | 60 | 0 | B | 64 | 34 |
| Octal | 377 | 67 | 13 | 0 | 116 | 140 | 0 | 13 | 144 | 64 |
| Binary | 11111111 | 110111 | 1011 | 0 | 1001110 | 1100000 | 0 | 1011 | 1100100 | 110100 |
Color Harmonies of #FF370B
Complementary color
Monochromatic Colors of #FF370B
Black with #FF370B
Text Example
Text Example
White with #FF370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF370B; }
p { color: rgb(255,55,11); }
H1.HeaderClassName
{
color: #FF370B;
}
.AnyTagClassName
{
color: #FF370B;
}
</style>
background-color css
<style>
a { background-color: #FF370B; }
a { background-color: rgb(255,55,11); }
div.DivClassName
{
background-color: #FF370B;
}
.BgClassName
{
background-color: #FF370B;
}
</style>
border-color css
<style>
span { border-color: #FF370B; }
span { border-color: rgb(255,55,11); }
td.TdClassName
{
border-color: #FF370B;
}
.TagClassName
{
border-color: #FF370B;
}
</style>