Shades of Red Orange #FF2A1F
Tints of Red Orange #FF2A1F
RGB
CMYK
RGB Variations
Color information
#FF2A1F (or 0xFF2A1F) is known color: Red Orange. HEX triplet: FF, 2A and 1F. RGB value is (255,42,31). Sum of RGB (Red+Green+Blue) = 255+42+31=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A1F is #00D5E0. Grayscale: #686868. Windows color (decimal): -54753 or 2042623. OLE color: 2042623.
HSL color Cylindrical-coordinate representation of color #FF2A1F: hue angle of 2.95º 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 #FF2A1F is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 31 | - |
| CMYK | 0 | 0.84 | 0.88 | 0 |
| HSL | 2.95º | 1% | 0.56% | - |
| HSV(B) | 2.95º | 0.88% | 1% | - |
| XYZ | 42.32 | 23.01 | 3.51 | - |
| YUV | 104.43 | 86.57 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 31 | 0 | 0.84 | 0.88 | 0 | 2.95 | 1 | 0.56 |
| Hex | FF | 2A | 1F | 0 | 54 | 58 | 0 | 3 | 64 | 38 |
| Octal | 377 | 52 | 37 | 0 | 124 | 130 | 0 | 3 | 144 | 70 |
| Binary | 11111111 | 101010 | 11111 | 0 | 1010100 | 1011000 | 0 | 11 | 1100100 | 111000 |
Color Harmonies of #FF2A1F
Complementary color
Monochromatic Colors of #FF2A1F
Black with #FF2A1F
Text Example
Text Example
White with #FF2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A1F; }
p { color: rgb(255,42,31); }
H1.HeaderClassName
{
color: #FF2A1F;
}
.AnyTagClassName
{
color: #FF2A1F;
}
</style>
background-color css
<style>
a { background-color: #FF2A1F; }
a { background-color: rgb(255,42,31); }
div.DivClassName
{
background-color: #FF2A1F;
}
.BgClassName
{
background-color: #FF2A1F;
}
</style>
border-color css
<style>
span { border-color: #FF2A1F; }
span { border-color: rgb(255,42,31); }
td.TdClassName
{
border-color: #FF2A1F;
}
.TagClassName
{
border-color: #FF2A1F;
}
</style>