Shades of Red Orange #FF2F20
Tints of Red Orange #FF2F20
RGB
CMYK
RGB Variations
Color information
#FF2F20 (or 0xFF2F20) is known color: Red Orange. HEX triplet: FF, 2F and 20. RGB value is (255,47,32). Sum of RGB (Red+Green+Blue) = 255+47+32=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F20 is #00D0DF. Grayscale: #6B6B6B. Windows color (decimal): -53472 or 2109439. OLE color: 2109439.
HSL color Cylindrical-coordinate representation of color #FF2F20: hue angle of 4.04º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2F20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 32 | - |
| CMYK | 0 | 0.82 | 0.87 | 0 |
| HSL | 4.04º | 1% | 0.56% | - |
| HSV(B) | 4.04º | 0.87% | 1% | - |
| XYZ | 42.52 | 23.4 | 3.64 | - |
| YUV | 107.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 32 | 0 | 0.82 | 0.87 | 0 | 4.04 | 1 | 0.56 |
| Hex | FF | 2F | 20 | 0 | 52 | 57 | 0 | 4 | 64 | 38 |
| Octal | 377 | 57 | 40 | 0 | 122 | 127 | 0 | 4 | 144 | 70 |
| Binary | 11111111 | 101111 | 100000 | 0 | 1010010 | 1010111 | 0 | 100 | 1100100 | 111000 |
Color Harmonies of #FF2F20
Complementary color
Monochromatic Colors of #FF2F20
Black with #FF2F20
Text Example
Text Example
White with #FF2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F20; }
p { color: rgb(255,47,32); }
H1.HeaderClassName
{
color: #FF2F20;
}
.AnyTagClassName
{
color: #FF2F20;
}
</style>
background-color css
<style>
a { background-color: #FF2F20; }
a { background-color: rgb(255,47,32); }
div.DivClassName
{
background-color: #FF2F20;
}
.BgClassName
{
background-color: #FF2F20;
}
</style>
border-color css
<style>
span { border-color: #FF2F20; }
span { border-color: rgb(255,47,32); }
td.TdClassName
{
border-color: #FF2F20;
}
.TagClassName
{
border-color: #FF2F20;
}
</style>