Shades of Red Orange #FF2F1D
Tints of Red Orange #FF2F1D
RGB
CMYK
RGB Variations
Color information
#FF2F1D (or 0xFF2F1D) is known color: Red Orange. HEX triplet: FF, 2F and 1D. RGB value is (255,47,29). Sum of RGB (Red+Green+Blue) = 255+47+29=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F1D is #00D0E2. Grayscale: #6B6B6B. Windows color (decimal): -53475 or 1912831. OLE color: 1912831.
HSL color Cylindrical-coordinate representation of color #FF2F1D: hue angle of 4.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF2F1D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 29 | - |
| CMYK | 0 | 0.82 | 0.89 | 0 |
| HSL | 4.78º | 1% | 0.56% | - |
| HSV(B) | 4.78º | 0.89% | 1% | - |
| XYZ | 42.48 | 23.38 | 3.44 | - |
| YUV | 107.14 | 83.91 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 29 | 0 | 0.82 | 0.89 | 0 | 4.78 | 1 | 0.56 |
| Hex | FF | 2F | 1D | 0 | 52 | 59 | 0 | 5 | 64 | 38 |
| Octal | 377 | 57 | 35 | 0 | 122 | 131 | 0 | 5 | 144 | 70 |
| Binary | 11111111 | 101111 | 11101 | 0 | 1010010 | 1011001 | 0 | 101 | 1100100 | 111000 |
Color Harmonies of #FF2F1D
Complementary color
Monochromatic Colors of #FF2F1D
Black with #FF2F1D
Text Example
Text Example
White with #FF2F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F1D; }
p { color: rgb(255,47,29); }
H1.HeaderClassName
{
color: #FF2F1D;
}
.AnyTagClassName
{
color: #FF2F1D;
}
</style>
background-color css
<style>
a { background-color: #FF2F1D; }
a { background-color: rgb(255,47,29); }
div.DivClassName
{
background-color: #FF2F1D;
}
.BgClassName
{
background-color: #FF2F1D;
}
</style>
border-color css
<style>
span { border-color: #FF2F1D; }
span { border-color: rgb(255,47,29); }
td.TdClassName
{
border-color: #FF2F1D;
}
.TagClassName
{
border-color: #FF2F1D;
}
</style>