Shades of Red Orange #FF431B
Tints of Red Orange #FF431B
RGB
CMYK
RGB Variations
Color information
#FF431B (or 0xFF431B) is known color: Red Orange. HEX triplet: FF, 43 and 1B. RGB value is (255,67,27). Sum of RGB (Red+Green+Blue) = 255+67+27=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF431B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF431B is #00BCE4. Grayscale: #777777. Windows color (decimal): -48357 or 1786879. OLE color: 1786879.
HSL color Cylindrical-coordinate representation of color #FF431B: hue angle of 10.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF431B is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 27 | - |
| CMYK | 0 | 0.74 | 0.89 | 0 |
| HSL | 10.53º | 1% | 0.55% | - |
| HSV(B) | 10.53º | 0.89% | 1% | - |
| XYZ | 43.44 | 25.35 | 3.64 | - |
| YUV | 118.65 | 76.28 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 27 | 0 | 0.74 | 0.89 | 0 | 10.53 | 1 | 0.55 |
| Hex | FF | 43 | 1B | 0 | 4A | 59 | 0 | B | 64 | 37 |
| Octal | 377 | 103 | 33 | 0 | 112 | 131 | 0 | 13 | 144 | 67 |
| Binary | 11111111 | 1000011 | 11011 | 0 | 1001010 | 1011001 | 0 | 1011 | 1100100 | 110111 |
Color Harmonies of #FF431B
Complementary color
Monochromatic Colors of #FF431B
Black with #FF431B
Text Example
Text Example
White with #FF431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF431B; }
p { color: rgb(255,67,27); }
H1.HeaderClassName
{
color: #FF431B;
}
.AnyTagClassName
{
color: #FF431B;
}
</style>
background-color css
<style>
a { background-color: #FF431B; }
a { background-color: rgb(255,67,27); }
div.DivClassName
{
background-color: #FF431B;
}
.BgClassName
{
background-color: #FF431B;
}
</style>
border-color css
<style>
span { border-color: #FF431B; }
span { border-color: rgb(255,67,27); }
td.TdClassName
{
border-color: #FF431B;
}
.TagClassName
{
border-color: #FF431B;
}
</style>