Shades of Red Orange #FF2F2C
Tints of Red Orange #FF2F2C
RGB
CMYK
RGB Variations
Color information
#FF2F2C (or 0xFF2F2C) is known color: Red Orange. HEX triplet: FF, 2F and 2C. RGB value is (255,47,44). Sum of RGB (Red+Green+Blue) = 255+47+44=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F2C is #00D0D3. Grayscale: #6D6D6D. Windows color (decimal): -53460 or 2895871. OLE color: 2895871.
HSL color Cylindrical-coordinate representation of color #FF2F2C: hue angle of 0.85º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2F2C is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 44 | - |
| CMYK | 0 | 0.82 | 0.83 | 0 |
| HSL | 0.85º | 1% | 0.59% | - |
| HSV(B) | 0.85º | 0.83% | 1% | - |
| XYZ | 42.71 | 23.47 | 4.66 | - |
| YUV | 108.85 | 91.41 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 44 | 0 | 0.82 | 0.83 | 0 | 0.85 | 1 | 0.59 |
| Hex | FF | 2F | 2C | 0 | 52 | 53 | 0 | 1 | 64 | 3B |
| Octal | 377 | 57 | 54 | 0 | 122 | 123 | 0 | 1 | 144 | 73 |
| Binary | 11111111 | 101111 | 101100 | 0 | 1010010 | 1010011 | 0 | 1 | 1100100 | 111011 |
Color Harmonies of #FF2F2C
Complementary color
Monochromatic Colors of #FF2F2C
Black with #FF2F2C
Text Example
Text Example
White with #FF2F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F2C; }
p { color: rgb(255,47,44); }
H1.HeaderClassName
{
color: #FF2F2C;
}
.AnyTagClassName
{
color: #FF2F2C;
}
</style>
background-color css
<style>
a { background-color: #FF2F2C; }
a { background-color: rgb(255,47,44); }
div.DivClassName
{
background-color: #FF2F2C;
}
.BgClassName
{
background-color: #FF2F2C;
}
</style>
border-color css
<style>
span { border-color: #FF2F2C; }
span { border-color: rgb(255,47,44); }
td.TdClassName
{
border-color: #FF2F2C;
}
.TagClassName
{
border-color: #FF2F2C;
}
</style>