Shades of Red Orange #FF2F2D
Tints of Red Orange #FF2F2D
RGB
CMYK
RGB Variations
Color information
#FF2F2D (or 0xFF2F2D) is known color: Red Orange. HEX triplet: FF, 2F and 2D. RGB value is (255,47,45). Sum of RGB (Red+Green+Blue) = 255+47+45=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2F2D is #00D0D2. Grayscale: #6D6D6D. Windows color (decimal): -53459 or 2961407. OLE color: 2961407.
HSL color Cylindrical-coordinate representation of color #FF2F2D: hue angle of 0.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2F2D is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 45 | - |
| CMYK | 0 | 0.82 | 0.82 | 0 |
| HSL | 0.57º | 1% | 0.59% | - |
| HSV(B) | 0.57º | 0.82% | 1% | - |
| XYZ | 42.73 | 23.48 | 4.76 | - |
| YUV | 108.96 | 91.91 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 45 | 0 | 0.82 | 0.82 | 0 | 0.57 | 1 | 0.59 |
| Hex | FF | 2F | 2D | 0 | 52 | 52 | 0 | 1 | 64 | 3B |
| Octal | 377 | 57 | 55 | 0 | 122 | 122 | 0 | 1 | 144 | 73 |
| Binary | 11111111 | 101111 | 101101 | 0 | 1010010 | 1010010 | 0 | 1 | 1100100 | 111011 |
Color Harmonies of #FF2F2D
Complementary color
Monochromatic Colors of #FF2F2D
Black with #FF2F2D
Text Example
Text Example
White with #FF2F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F2D; }
p { color: rgb(255,47,45); }
H1.HeaderClassName
{
color: #FF2F2D;
}
.AnyTagClassName
{
color: #FF2F2D;
}
</style>
background-color css
<style>
a { background-color: #FF2F2D; }
a { background-color: rgb(255,47,45); }
div.DivClassName
{
background-color: #FF2F2D;
}
.BgClassName
{
background-color: #FF2F2D;
}
</style>
border-color css
<style>
span { border-color: #FF2F2D; }
span { border-color: rgb(255,47,45); }
td.TdClassName
{
border-color: #FF2F2D;
}
.TagClassName
{
border-color: #FF2F2D;
}
</style>