Shades of Red Orange #F23423
Tints of Red Orange #F23423
RGB
CMYK
RGB Variations
Color information
#F23423 (or 0xF23423) is known color: Red Orange. HEX triplet: F2, 34 and 23. RGB value is (242,52,35). Sum of RGB (Red+Green+Blue) = 242+52+35=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F23423 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23423 is #0DCBDC. Grayscale: #6B6B6B. Windows color (decimal): -904157 or 2307314. OLE color: 2307314.
HSL color Cylindrical-coordinate representation of color #F23423: hue angle of 4.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F23423 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 35 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.05 |
| HSL | 4.93º | 0.89% | 0.54% | - |
| HSV(B) | 4.93º | 0.86% | 0.95% | - |
| XYZ | 38.15 | 21.45 | 3.72 | - |
| YUV | 106.87 | 87.45 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 35 | 0 | 0.79 | 0.86 | 0.05 | 4.93 | 0.89 | 0.54 |
| Hex | F2 | 34 | 23 | 0 | 4F | 56 | 5 | 5 | 59 | 36 |
| Octal | 362 | 64 | 43 | 0 | 117 | 126 | 5 | 5 | 131 | 66 |
| Binary | 11110010 | 110100 | 100011 | 0 | 1001111 | 1010110 | 101 | 101 | 1011001 | 110110 |
Color Harmonies of #F23423
Complementary color
Monochromatic Colors of #F23423
Black with #F23423
Text Example
Text Example
White with #F23423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23423; }
p { color: rgb(242,52,35); }
H1.HeaderClassName
{
color: #F23423;
}
.AnyTagClassName
{
color: #F23423;
}
</style>
background-color css
<style>
a { background-color: #F23423; }
a { background-color: rgb(242,52,35); }
div.DivClassName
{
background-color: #F23423;
}
.BgClassName
{
background-color: #F23423;
}
</style>
border-color css
<style>
span { border-color: #F23423; }
span { border-color: rgb(242,52,35); }
td.TdClassName
{
border-color: #F23423;
}
.TagClassName
{
border-color: #F23423;
}
</style>