Shades of Red Orange #FA372D
Tints of Red Orange #FA372D
RGB
CMYK
RGB Variations
Color information
#FA372D (or 0xFA372D) is known color: Red Orange. HEX triplet: FA, 37 and 2D. RGB value is (250,55,45). Sum of RGB (Red+Green+Blue) = 250+55+45=350 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 250 - color contains mainly: red. Hex color #FA372D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA372D is #05C8D2. Grayscale: #707070. Windows color (decimal): -379091 or 2963450. OLE color: 2963450.
HSL color Cylindrical-coordinate representation of color #FA372D: hue angle of 2.93º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA372D is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 55 | 45 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.02 |
| HSL | 2.93º | 0.95% | 0.58% | - |
| HSV(B) | 2.93º | 0.82% | 0.98% | - |
| XYZ | 41.26 | 23.25 | 4.79 | - |
| YUV | 112.17 | 90.1 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 55 | 45 | 0 | 0.78 | 0.82 | 0.02 | 2.93 | 0.95 | 0.58 |
| Hex | FA | 37 | 2D | 0 | 4E | 52 | 2 | 3 | 5F | 3A |
| Octal | 372 | 67 | 55 | 0 | 116 | 122 | 2 | 3 | 137 | 72 |
| Binary | 11111010 | 110111 | 101101 | 0 | 1001110 | 1010010 | 10 | 11 | 1011111 | 111010 |
Color Harmonies of #FA372D
Complementary color
Monochromatic Colors of #FA372D
Black with #FA372D
Text Example
Text Example
White with #FA372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA372D; }
p { color: rgb(250,55,45); }
H1.HeaderClassName
{
color: #FA372D;
}
.AnyTagClassName
{
color: #FA372D;
}
</style>
background-color css
<style>
a { background-color: #FA372D; }
a { background-color: rgb(250,55,45); }
div.DivClassName
{
background-color: #FA372D;
}
.BgClassName
{
background-color: #FA372D;
}
</style>
border-color css
<style>
span { border-color: #FA372D; }
span { border-color: rgb(250,55,45); }
td.TdClassName
{
border-color: #FA372D;
}
.TagClassName
{
border-color: #FA372D;
}
</style>