Shades of Red Orange #FD371C
Tints of Red Orange #FD371C
RGB
CMYK
RGB Variations
Color information
#FD371C (or 0xFD371C) is known color: Red Orange. HEX triplet: FD, 37 and 1C. RGB value is (253,55,28). Sum of RGB (Red+Green+Blue) = 253+55+28=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD371C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD371C is #02C8E3. Grayscale: #6F6F6F. Windows color (decimal): -182500 or 1849341. OLE color: 1849341.
HSL color Cylindrical-coordinate representation of color #FD371C: hue angle of 7.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD371C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 55 | 28 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.01 |
| HSL | 7.2º | 0.98% | 0.55% | - |
| HSV(B) | 7.2º | 0.89% | 0.99% | - |
| XYZ | 42.08 | 23.7 | 3.45 | - |
| YUV | 111.12 | 81.1 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 55 | 28 | 0 | 0.78 | 0.89 | 0.01 | 7.2 | 0.98 | 0.55 |
| Hex | FD | 37 | 1C | 0 | 4E | 59 | 1 | 7 | 62 | 37 |
| Octal | 375 | 67 | 34 | 0 | 116 | 131 | 1 | 7 | 142 | 67 |
| Binary | 11111101 | 110111 | 11100 | 0 | 1001110 | 1011001 | 1 | 111 | 1100010 | 110111 |
Color Harmonies of #FD371C
Complementary color
Monochromatic Colors of #FD371C
Black with #FD371C
Text Example
Text Example
White with #FD371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD371C; }
p { color: rgb(253,55,28); }
H1.HeaderClassName
{
color: #FD371C;
}
.AnyTagClassName
{
color: #FD371C;
}
</style>
background-color css
<style>
a { background-color: #FD371C; }
a { background-color: rgb(253,55,28); }
div.DivClassName
{
background-color: #FD371C;
}
.BgClassName
{
background-color: #FD371C;
}
</style>
border-color css
<style>
span { border-color: #FD371C; }
span { border-color: rgb(253,55,28); }
td.TdClassName
{
border-color: #FD371C;
}
.TagClassName
{
border-color: #FD371C;
}
</style>