Shades of Red Orange #F23F2D
Tints of Red Orange #F23F2D
RGB
CMYK
RGB Variations
Color information
#F23F2D (or 0xF23F2D) is known color: Red Orange. HEX triplet: F2, 3F and 2D. RGB value is (242,63,45). Sum of RGB (Red+Green+Blue) = 242+63+45=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23F2D is #0DC0D2. Grayscale: #727272. Windows color (decimal): -901331 or 2965490. OLE color: 2965490.
HSL color Cylindrical-coordinate representation of color #F23F2D: hue angle of 5.48º 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 #F23F2D is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 63 | 45 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.05 |
| HSL | 5.48º | 0.88% | 0.56% | - |
| HSV(B) | 5.48º | 0.81% | 0.95% | - |
| XYZ | 38.87 | 22.62 | 4.8 | - |
| YUV | 114.47 | 88.8 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 63 | 45 | 0 | 0.74 | 0.81 | 0.05 | 5.48 | 0.88 | 0.56 |
| Hex | F2 | 3F | 2D | 0 | 4A | 51 | 5 | 5 | 58 | 38 |
| Octal | 362 | 77 | 55 | 0 | 112 | 121 | 5 | 5 | 130 | 70 |
| Binary | 11110010 | 111111 | 101101 | 0 | 1001010 | 1010001 | 101 | 101 | 1011000 | 111000 |
Color Harmonies of #F23F2D
Complementary color
Monochromatic Colors of #F23F2D
Black with #F23F2D
Text Example
Text Example
White with #F23F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23F2D; }
p { color: rgb(242,63,45); }
H1.HeaderClassName
{
color: #F23F2D;
}
.AnyTagClassName
{
color: #F23F2D;
}
</style>
background-color css
<style>
a { background-color: #F23F2D; }
a { background-color: rgb(242,63,45); }
div.DivClassName
{
background-color: #F23F2D;
}
.BgClassName
{
background-color: #F23F2D;
}
</style>
border-color css
<style>
span { border-color: #F23F2D; }
span { border-color: rgb(242,63,45); }
td.TdClassName
{
border-color: #F23F2D;
}
.TagClassName
{
border-color: #F23F2D;
}
</style>