Shades of Red Orange #FF2523
Tints of Red Orange #FF2523
RGB
CMYK
RGB Variations
Color information
#FF2523 (or 0xFF2523) is known color: Red Orange. HEX triplet: FF, 25 and 23. RGB value is (255,37,35). Sum of RGB (Red+Green+Blue) = 255+37+35=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2523 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2523 is #00DADC. Grayscale: #666666. Windows color (decimal): -56029 or 2303487. OLE color: 2303487.
HSL color Cylindrical-coordinate representation of color #FF2523: hue angle of 0.55º 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 #FF2523 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 35 | - |
| CMYK | 0 | 0.85 | 0.86 | 0 |
| HSL | 0.55º | 1% | 0.57% | - |
| HSV(B) | 0.55º | 0.86% | 1% | - |
| XYZ | 42.2 | 22.7 | 3.75 | - |
| YUV | 101.95 | 90.22 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 35 | 0 | 0.85 | 0.86 | 0 | 0.55 | 1 | 0.57 |
| Hex | FF | 25 | 23 | 0 | 55 | 56 | 0 | 1 | 64 | 39 |
| Octal | 377 | 45 | 43 | 0 | 125 | 126 | 0 | 1 | 144 | 71 |
| Binary | 11111111 | 100101 | 100011 | 0 | 1010101 | 1010110 | 0 | 1 | 1100100 | 111001 |
Color Harmonies of #FF2523
Complementary color
Monochromatic Colors of #FF2523
Black with #FF2523
Text Example
Text Example
White with #FF2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2523; }
p { color: rgb(255,37,35); }
H1.HeaderClassName
{
color: #FF2523;
}
.AnyTagClassName
{
color: #FF2523;
}
</style>
background-color css
<style>
a { background-color: #FF2523; }
a { background-color: rgb(255,37,35); }
div.DivClassName
{
background-color: #FF2523;
}
.BgClassName
{
background-color: #FF2523;
}
</style>
border-color css
<style>
span { border-color: #FF2523; }
span { border-color: rgb(255,37,35); }
td.TdClassName
{
border-color: #FF2523;
}
.TagClassName
{
border-color: #FF2523;
}
</style>