Shades of Red Orange #F23328
Tints of Red Orange #F23328
RGB
CMYK
RGB Variations
Color information
#F23328 (or 0xF23328) is known color: Red Orange. HEX triplet: F2, 33 and 28. RGB value is (242,51,40). Sum of RGB (Red+Green+Blue) = 242+51+40=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F23328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23328 is #0DCCD7. Grayscale: #6B6B6B. Windows color (decimal): -904408 or 2634738. OLE color: 2634738.
HSL color Cylindrical-coordinate representation of color #F23328: hue angle of 3.27º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F23328 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 51 | 40 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.05 |
| HSL | 3.27º | 0.89% | 0.55% | - |
| HSV(B) | 3.27º | 0.83% | 0.95% | - |
| XYZ | 38.18 | 21.4 | 4.13 | - |
| YUV | 106.86 | 90.28 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 51 | 40 | 0 | 0.79 | 0.83 | 0.05 | 3.27 | 0.89 | 0.55 |
| Hex | F2 | 33 | 28 | 0 | 4F | 53 | 5 | 3 | 59 | 37 |
| Octal | 362 | 63 | 50 | 0 | 117 | 123 | 5 | 3 | 131 | 67 |
| Binary | 11110010 | 110011 | 101000 | 0 | 1001111 | 1010011 | 101 | 11 | 1011001 | 110111 |
Color Harmonies of #F23328
Complementary color
Monochromatic Colors of #F23328
Black with #F23328
Text Example
Text Example
White with #F23328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23328; }
p { color: rgb(242,51,40); }
H1.HeaderClassName
{
color: #F23328;
}
.AnyTagClassName
{
color: #F23328;
}
</style>
background-color css
<style>
a { background-color: #F23328; }
a { background-color: rgb(242,51,40); }
div.DivClassName
{
background-color: #F23328;
}
.BgClassName
{
background-color: #F23328;
}
</style>
border-color css
<style>
span { border-color: #F23328; }
span { border-color: rgb(242,51,40); }
td.TdClassName
{
border-color: #F23328;
}
.TagClassName
{
border-color: #F23328;
}
</style>