Shades of Red Orange #FF2323
Tints of Red Orange #FF2323
RGB
CMYK
RGB Variations
Color information
#FF2323 (or 0xFF2323) is known color: Red Orange. HEX triplet: FF, 23 and 23. RGB value is (255,35,35). Sum of RGB (Red+Green+Blue) = 255+35+35=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 35 (14.06% from 255 or 10.77% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2323 is #00DCDC. Grayscale: #656565. Windows color (decimal): -56541 or 2302975. OLE color: 2302975.
HSL color Cylindrical-coordinate representation of color #FF2323: hue angle of 0º 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 #FF2323 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 35 | - |
| CMYK | 0 | 0.86 | 0.86 | 0 |
| HSL | 0º | 1% | 0.57% | - |
| HSV(B) | 0º | 0.86% | 1% | - |
| XYZ | 42.14 | 22.58 | 3.73 | - |
| YUV | 100.78 | 90.89 | 238 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 35 | 0 | 0.86 | 0.86 | 0 | 0 | 1 | 0.57 |
| Hex | FF | 23 | 23 | 0 | 56 | 56 | 0 | 0 | 64 | 39 |
| Octal | 377 | 43 | 43 | 0 | 126 | 126 | 0 | 0 | 144 | 71 |
| Binary | 11111111 | 100011 | 100011 | 0 | 1010110 | 1010110 | 0 | 0 | 1100100 | 111001 |
Color Harmonies of #FF2323
Complementary color
Monochromatic Colors of #FF2323
Black with #FF2323
Text Example
Text Example
White with #FF2323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2323; }
p { color: rgb(255,35,35); }
H1.HeaderClassName
{
color: #FF2323;
}
.AnyTagClassName
{
color: #FF2323;
}
</style>
background-color css
<style>
a { background-color: #FF2323; }
a { background-color: rgb(255,35,35); }
div.DivClassName
{
background-color: #FF2323;
}
.BgClassName
{
background-color: #FF2323;
}
</style>
border-color css
<style>
span { border-color: #FF2323; }
span { border-color: rgb(255,35,35); }
td.TdClassName
{
border-color: #FF2323;
}
.TagClassName
{
border-color: #FF2323;
}
</style>