Shades of Red Orange #F23A2D
Tints of Red Orange #F23A2D
RGB
CMYK
RGB Variations
Color information
#F23A2D (or 0xF23A2D) is known color: Red Orange. HEX triplet: F2, 3A and 2D. RGB value is (242,58,45). Sum of RGB (Red+Green+Blue) = 242+58+45=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F23A2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23A2D is #0DC5D2. Grayscale: #6F6F6F. Windows color (decimal): -902611 or 2964210. OLE color: 2964210.
HSL color Cylindrical-coordinate representation of color #F23A2D: hue angle of 3.96º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F23A2D is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 45 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.05 |
| HSL | 3.96º | 0.88% | 0.56% | - |
| HSV(B) | 3.96º | 0.81% | 0.95% | - |
| XYZ | 38.6 | 22.09 | 4.71 | - |
| YUV | 111.53 | 90.46 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 45 | 0 | 0.76 | 0.81 | 0.05 | 3.96 | 0.88 | 0.56 |
| Hex | F2 | 3A | 2D | 0 | 4C | 51 | 5 | 4 | 58 | 38 |
| Octal | 362 | 72 | 55 | 0 | 114 | 121 | 5 | 4 | 130 | 70 |
| Binary | 11110010 | 111010 | 101101 | 0 | 1001100 | 1010001 | 101 | 100 | 1011000 | 111000 |
Color Harmonies of #F23A2D
Complementary color
Monochromatic Colors of #F23A2D
Black with #F23A2D
Text Example
Text Example
White with #F23A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23A2D; }
p { color: rgb(242,58,45); }
H1.HeaderClassName
{
color: #F23A2D;
}
.AnyTagClassName
{
color: #F23A2D;
}
</style>
background-color css
<style>
a { background-color: #F23A2D; }
a { background-color: rgb(242,58,45); }
div.DivClassName
{
background-color: #F23A2D;
}
.BgClassName
{
background-color: #F23A2D;
}
</style>
border-color css
<style>
span { border-color: #F23A2D; }
span { border-color: rgb(242,58,45); }
td.TdClassName
{
border-color: #F23A2D;
}
.TagClassName
{
border-color: #F23A2D;
}
</style>