Shades of Red Orange #F42323
Tints of Red Orange #F42323
RGB
CMYK
RGB Variations
Color information
#F42323 (or 0xF42323) is known color: Red Orange. HEX triplet: F4, 23 and 23. RGB value is (244,35,35). Sum of RGB (Red+Green+Blue) = 244+35+35=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 35 (14.06% from 255 or 11.15% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F42323 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42323 is #0BDCDC. Grayscale: #616161. Windows color (decimal): -777437 or 2302964. OLE color: 2302964.
HSL color Cylindrical-coordinate representation of color #F42323: hue angle of 0º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F42323 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 35 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.04 |
| HSL | 0º | 0.9% | 0.55% | - |
| HSV(B) | 0º | 0.86% | 0.96% | - |
| XYZ | 38.21 | 20.56 | 3.54 | - |
| YUV | 97.49 | 92.74 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 35 | 0 | 0.86 | 0.86 | 0.04 | 0 | 0.9 | 0.55 |
| Hex | F4 | 23 | 23 | 0 | 56 | 56 | 4 | 0 | 5A | 37 |
| Octal | 364 | 43 | 43 | 0 | 126 | 126 | 4 | 0 | 132 | 67 |
| Binary | 11110100 | 100011 | 100011 | 0 | 1010110 | 1010110 | 100 | 0 | 1011010 | 110111 |
Color Harmonies of #F42323
Complementary color
Monochromatic Colors of #F42323
Black with #F42323
Text Example
Text Example
White with #F42323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42323; }
p { color: rgb(244,35,35); }
H1.HeaderClassName
{
color: #F42323;
}
.AnyTagClassName
{
color: #F42323;
}
</style>
background-color css
<style>
a { background-color: #F42323; }
a { background-color: rgb(244,35,35); }
div.DivClassName
{
background-color: #F42323;
}
.BgClassName
{
background-color: #F42323;
}
</style>
border-color css
<style>
span { border-color: #F42323; }
span { border-color: rgb(244,35,35); }
td.TdClassName
{
border-color: #F42323;
}
.TagClassName
{
border-color: #F42323;
}
</style>