Shades of Red Orange #F32323
Tints of Red Orange #F32323
RGB
CMYK
RGB Variations
Color information
#F32323 (or 0xF32323) is known color: Red Orange. HEX triplet: F3, 23 and 23. RGB value is (243,35,35). Sum of RGB (Red+Green+Blue) = 243+35+35=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F32323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32323 is #0CDCDC. Grayscale: #616161. Windows color (decimal): -842973 or 2302963. OLE color: 2302963.
HSL color Cylindrical-coordinate representation of color #F32323: hue angle of 0º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F32323 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 35 | 35 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.05 |
| HSL | 0º | 0.9% | 0.55% | - |
| HSV(B) | 0º | 0.86% | 0.95% | - |
| XYZ | 37.87 | 20.38 | 3.53 | - |
| YUV | 97.19 | 92.91 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 35 | 35 | 0 | 0.86 | 0.86 | 0.05 | 0 | 0.9 | 0.55 |
| Hex | F3 | 23 | 23 | 0 | 56 | 56 | 5 | 0 | 5A | 37 |
| Octal | 363 | 43 | 43 | 0 | 126 | 126 | 5 | 0 | 132 | 67 |
| Binary | 11110011 | 100011 | 100011 | 0 | 1010110 | 1010110 | 101 | 0 | 1011010 | 110111 |
Color Harmonies of #F32323
Complementary color
Monochromatic Colors of #F32323
Black with #F32323
Text Example
Text Example
White with #F32323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F32323; }
p { color: rgb(243,35,35); }
H1.HeaderClassName
{
color: #F32323;
}
.AnyTagClassName
{
color: #F32323;
}
</style>
background-color css
<style>
a { background-color: #F32323; }
a { background-color: rgb(243,35,35); }
div.DivClassName
{
background-color: #F32323;
}
.BgClassName
{
background-color: #F32323;
}
</style>
border-color css
<style>
span { border-color: #F32323; }
span { border-color: rgb(243,35,35); }
td.TdClassName
{
border-color: #F32323;
}
.TagClassName
{
border-color: #F32323;
}
</style>