Shades of Red Orange #FF2F21
Tints of Red Orange #FF2F21
RGB
CMYK
RGB Variations
Color information
#FF2F21 (or 0xFF2F21) is known color: Red Orange. HEX triplet: FF, 2F and 21. RGB value is (255,47,33). Sum of RGB (Red+Green+Blue) = 255+47+33=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F21 is #00D0DE. Grayscale: #6B6B6B. Windows color (decimal): -53471 or 2174975. OLE color: 2174975.
HSL color Cylindrical-coordinate representation of color #FF2F21: hue angle of 3.78º 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 #FF2F21 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 33 | - |
| CMYK | 0 | 0.82 | 0.87 | 0 |
| HSL | 3.78º | 1% | 0.56% | - |
| HSV(B) | 3.78º | 0.87% | 1% | - |
| XYZ | 42.53 | 23.4 | 3.71 | - |
| YUV | 107.6 | 85.91 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 33 | 0 | 0.82 | 0.87 | 0 | 3.78 | 1 | 0.56 |
| Hex | FF | 2F | 21 | 0 | 52 | 57 | 0 | 4 | 64 | 38 |
| Octal | 377 | 57 | 41 | 0 | 122 | 127 | 0 | 4 | 144 | 70 |
| Binary | 11111111 | 101111 | 100001 | 0 | 1010010 | 1010111 | 0 | 100 | 1100100 | 111000 |
Color Harmonies of #FF2F21
Complementary color
Monochromatic Colors of #FF2F21
Black with #FF2F21
Text Example
Text Example
White with #FF2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F21; }
p { color: rgb(255,47,33); }
H1.HeaderClassName
{
color: #FF2F21;
}
.AnyTagClassName
{
color: #FF2F21;
}
</style>
background-color css
<style>
a { background-color: #FF2F21; }
a { background-color: rgb(255,47,33); }
div.DivClassName
{
background-color: #FF2F21;
}
.BgClassName
{
background-color: #FF2F21;
}
</style>
border-color css
<style>
span { border-color: #FF2F21; }
span { border-color: rgb(255,47,33); }
td.TdClassName
{
border-color: #FF2F21;
}
.TagClassName
{
border-color: #FF2F21;
}
</style>