Shades of Red Orange #FF431F
Tints of Red Orange #FF431F
RGB
CMYK
RGB Variations
Color information
#FF431F (or 0xFF431F) is known color: Red Orange. HEX triplet: FF, 43 and 1F. RGB value is (255,67,31). Sum of RGB (Red+Green+Blue) = 255+67+31=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF431F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF431F is #00BCE0. Grayscale: #777777. Windows color (decimal): -48353 or 2049023. OLE color: 2049023.
HSL color Cylindrical-coordinate representation of color #FF431F: hue angle of 9.64º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF431F is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 31 | - |
| CMYK | 0 | 0.74 | 0.88 | 0 |
| HSL | 9.64º | 1% | 0.56% | - |
| HSV(B) | 9.64º | 0.88% | 1% | - |
| XYZ | 43.49 | 25.37 | 3.9 | - |
| YUV | 119.11 | 78.28 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 31 | 0 | 0.74 | 0.88 | 0 | 9.64 | 1 | 0.56 |
| Hex | FF | 43 | 1F | 0 | 4A | 58 | 0 | A | 64 | 38 |
| Octal | 377 | 103 | 37 | 0 | 112 | 130 | 0 | 12 | 144 | 70 |
| Binary | 11111111 | 1000011 | 11111 | 0 | 1001010 | 1011000 | 0 | 1010 | 1100100 | 111000 |
Color Harmonies of #FF431F
Complementary color
Monochromatic Colors of #FF431F
Black with #FF431F
Text Example
Text Example
White with #FF431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF431F; }
p { color: rgb(255,67,31); }
H1.HeaderClassName
{
color: #FF431F;
}
.AnyTagClassName
{
color: #FF431F;
}
</style>
background-color css
<style>
a { background-color: #FF431F; }
a { background-color: rgb(255,67,31); }
div.DivClassName
{
background-color: #FF431F;
}
.BgClassName
{
background-color: #FF431F;
}
</style>
border-color css
<style>
span { border-color: #FF431F; }
span { border-color: rgb(255,67,31); }
td.TdClassName
{
border-color: #FF431F;
}
.TagClassName
{
border-color: #FF431F;
}
</style>