Shades of Red Orange #FF2524
Tints of Red Orange #FF2524
RGB
CMYK
RGB Variations
Color information
#FF2524 (or 0xFF2524) is known color: Red Orange. HEX triplet: FF, 25 and 24. RGB value is (255,37,36). Sum of RGB (Red+Green+Blue) = 255+37+36=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2524 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2524 is #00DADB. Grayscale: #666666. Windows color (decimal): -56028 or 2369023. OLE color: 2369023.
HSL color Cylindrical-coordinate representation of color #FF2524: hue angle of 0.27º 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 #FF2524 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 36 | - |
| CMYK | 0 | 0.85 | 0.86 | 0 |
| HSL | 0.27º | 1% | 0.57% | - |
| HSV(B) | 0.27º | 0.86% | 1% | - |
| XYZ | 42.22 | 22.71 | 3.83 | - |
| YUV | 102.07 | 90.72 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 36 | 0 | 0.85 | 0.86 | 0 | 0.27 | 1 | 0.57 |
| Hex | FF | 25 | 24 | 0 | 55 | 56 | 0 | 0 | 64 | 39 |
| Octal | 377 | 45 | 44 | 0 | 125 | 126 | 0 | 0 | 144 | 71 |
| Binary | 11111111 | 100101 | 100100 | 0 | 1010101 | 1010110 | 0 | 0 | 1100100 | 111001 |
Color Harmonies of #FF2524
Complementary color
Monochromatic Colors of #FF2524
Black with #FF2524
Text Example
Text Example
White with #FF2524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2524; }
p { color: rgb(255,37,36); }
H1.HeaderClassName
{
color: #FF2524;
}
.AnyTagClassName
{
color: #FF2524;
}
</style>
background-color css
<style>
a { background-color: #FF2524; }
a { background-color: rgb(255,37,36); }
div.DivClassName
{
background-color: #FF2524;
}
.BgClassName
{
background-color: #FF2524;
}
</style>
border-color css
<style>
span { border-color: #FF2524; }
span { border-color: rgb(255,37,36); }
td.TdClassName
{
border-color: #FF2524;
}
.TagClassName
{
border-color: #FF2524;
}
</style>