Shades of Red Orange #FF2D20
Tints of Red Orange #FF2D20
RGB
CMYK
RGB Variations
Color information
#FF2D20 (or 0xFF2D20) is known color: Red Orange. HEX triplet: FF, 2D and 20. RGB value is (255,45,32). Sum of RGB (Red+Green+Blue) = 255+45+32=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2D20 is #00D2DF. Grayscale: #6A6A6A. Windows color (decimal): -53984 or 2108927. OLE color: 2108927.
HSL color Cylindrical-coordinate representation of color #FF2D20: hue angle of 3.5º 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 #FF2D20 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 32 | - |
| CMYK | 0 | 0.82 | 0.87 | 0 |
| HSL | 3.5º | 1% | 0.56% | - |
| HSV(B) | 3.5º | 0.87% | 1% | - |
| XYZ | 42.44 | 23.24 | 3.62 | - |
| YUV | 106.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 32 | 0 | 0.82 | 0.87 | 0 | 3.5 | 1 | 0.56 |
| Hex | FF | 2D | 20 | 0 | 52 | 57 | 0 | 3 | 64 | 38 |
| Octal | 377 | 55 | 40 | 0 | 122 | 127 | 0 | 3 | 144 | 70 |
| Binary | 11111111 | 101101 | 100000 | 0 | 1010010 | 1010111 | 0 | 11 | 1100100 | 111000 |
Color Harmonies of #FF2D20
Complementary color
Monochromatic Colors of #FF2D20
Black with #FF2D20
Text Example
Text Example
White with #FF2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D20; }
p { color: rgb(255,45,32); }
H1.HeaderClassName
{
color: #FF2D20;
}
.AnyTagClassName
{
color: #FF2D20;
}
</style>
background-color css
<style>
a { background-color: #FF2D20; }
a { background-color: rgb(255,45,32); }
div.DivClassName
{
background-color: #FF2D20;
}
.BgClassName
{
background-color: #FF2D20;
}
</style>
border-color css
<style>
span { border-color: #FF2D20; }
span { border-color: rgb(255,45,32); }
td.TdClassName
{
border-color: #FF2D20;
}
.TagClassName
{
border-color: #FF2D20;
}
</style>