Shades of Red Orange #FF2724
Tints of Red Orange #FF2724
RGB
CMYK
RGB Variations
Color information
#FF2724 (or 0xFF2724) is known color: Red Orange. HEX triplet: FF, 27 and 24. RGB value is (255,39,36). Sum of RGB (Red+Green+Blue) = 255+39+36=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2724 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2724 is #00D8DB. Grayscale: #676767. Windows color (decimal): -55516 or 2369535. OLE color: 2369535.
HSL color Cylindrical-coordinate representation of color #FF2724: hue angle of 0.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2724 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 36 | - |
| CMYK | 0 | 0.85 | 0.86 | 0 |
| HSL | 0.82º | 1% | 0.57% | - |
| HSV(B) | 0.82º | 0.86% | 1% | - |
| XYZ | 42.28 | 22.84 | 3.85 | - |
| YUV | 103.24 | 90.06 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 36 | 0 | 0.85 | 0.86 | 0 | 0.82 | 1 | 0.57 |
| Hex | FF | 27 | 24 | 0 | 55 | 56 | 0 | 1 | 64 | 39 |
| Octal | 377 | 47 | 44 | 0 | 125 | 126 | 0 | 1 | 144 | 71 |
| Binary | 11111111 | 100111 | 100100 | 0 | 1010101 | 1010110 | 0 | 1 | 1100100 | 111001 |
Color Harmonies of #FF2724
Complementary color
Monochromatic Colors of #FF2724
Black with #FF2724
Text Example
Text Example
White with #FF2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2724; }
p { color: rgb(255,39,36); }
H1.HeaderClassName
{
color: #FF2724;
}
.AnyTagClassName
{
color: #FF2724;
}
</style>
background-color css
<style>
a { background-color: #FF2724; }
a { background-color: rgb(255,39,36); }
div.DivClassName
{
background-color: #FF2724;
}
.BgClassName
{
background-color: #FF2724;
}
</style>
border-color css
<style>
span { border-color: #FF2724; }
span { border-color: rgb(255,39,36); }
td.TdClassName
{
border-color: #FF2724;
}
.TagClassName
{
border-color: #FF2724;
}
</style>