Shades of Red Orange #FF2F26
Tints of Red Orange #FF2F26
RGB
CMYK
RGB Variations
Color information
#FF2F26 (or 0xFF2F26) is known color: Red Orange. HEX triplet: FF, 2F and 26. RGB value is (255,47,38). Sum of RGB (Red+Green+Blue) = 255+47+38=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 38 (15.23% from 255 or 11.18% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F26 is #00D0D9. Grayscale: #6C6C6C. Windows color (decimal): -53466 or 2502655. OLE color: 2502655.
HSL color Cylindrical-coordinate representation of color #FF2F26: hue angle of 2.49º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2F26 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 38 | - |
| CMYK | 0 | 0.82 | 0.85 | 0 |
| HSL | 2.49º | 1% | 0.57% | - |
| HSV(B) | 2.49º | 0.85% | 1% | - |
| XYZ | 42.61 | 23.43 | 4.11 | - |
| YUV | 108.17 | 88.41 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 38 | 0 | 0.82 | 0.85 | 0 | 2.49 | 1 | 0.57 |
| Hex | FF | 2F | 26 | 0 | 52 | 55 | 0 | 2 | 64 | 39 |
| Octal | 377 | 57 | 46 | 0 | 122 | 125 | 0 | 2 | 144 | 71 |
| Binary | 11111111 | 101111 | 100110 | 0 | 1010010 | 1010101 | 0 | 10 | 1100100 | 111001 |
Color Harmonies of #FF2F26
Complementary color
Monochromatic Colors of #FF2F26
Black with #FF2F26
Text Example
Text Example
White with #FF2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F26; }
p { color: rgb(255,47,38); }
H1.HeaderClassName
{
color: #FF2F26;
}
.AnyTagClassName
{
color: #FF2F26;
}
</style>
background-color css
<style>
a { background-color: #FF2F26; }
a { background-color: rgb(255,47,38); }
div.DivClassName
{
background-color: #FF2F26;
}
.BgClassName
{
background-color: #FF2F26;
}
</style>
border-color css
<style>
span { border-color: #FF2F26; }
span { border-color: rgb(255,47,38); }
td.TdClassName
{
border-color: #FF2F26;
}
.TagClassName
{
border-color: #FF2F26;
}
</style>