Shades of Red Orange #F23728
Tints of Red Orange #F23728
RGB
CMYK
RGB Variations
Color information
#F23728 (or 0xF23728) is known color: Red Orange. HEX triplet: F2, 37 and 28. RGB value is (242,55,40). Sum of RGB (Red+Green+Blue) = 242+55+40=337 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.81% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 242 - color contains mainly: red. Hex color #F23728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23728 is #0DC8D7. Grayscale: #6D6D6D. Windows color (decimal): -903384 or 2635762. OLE color: 2635762.
HSL color Cylindrical-coordinate representation of color #F23728: hue angle of 4.46º 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 #F23728 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 40 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.05 |
| HSL | 4.46º | 0.89% | 0.55% | - |
| HSV(B) | 4.46º | 0.83% | 0.95% | - |
| XYZ | 38.37 | 21.76 | 4.19 | - |
| YUV | 109.2 | 88.95 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 40 | 0 | 0.77 | 0.83 | 0.05 | 4.46 | 0.89 | 0.55 |
| Hex | F2 | 37 | 28 | 0 | 4D | 53 | 5 | 4 | 59 | 37 |
| Octal | 362 | 67 | 50 | 0 | 115 | 123 | 5 | 4 | 131 | 67 |
| Binary | 11110010 | 110111 | 101000 | 0 | 1001101 | 1010011 | 101 | 100 | 1011001 | 110111 |
Color Harmonies of #F23728
Complementary color
Monochromatic Colors of #F23728
Black with #F23728
Text Example
Text Example
White with #F23728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23728; }
p { color: rgb(242,55,40); }
H1.HeaderClassName
{
color: #F23728;
}
.AnyTagClassName
{
color: #F23728;
}
</style>
background-color css
<style>
a { background-color: #F23728; }
a { background-color: rgb(242,55,40); }
div.DivClassName
{
background-color: #F23728;
}
.BgClassName
{
background-color: #F23728;
}
</style>
border-color css
<style>
span { border-color: #F23728; }
span { border-color: rgb(242,55,40); }
td.TdClassName
{
border-color: #F23728;
}
.TagClassName
{
border-color: #F23728;
}
</style>