Shades of Red Orange #F23B2C
Tints of Red Orange #F23B2C
RGB
CMYK
RGB Variations
Color information
#F23B2C (or 0xF23B2C) is known color: Red Orange. HEX triplet: F2, 3B and 2C. RGB value is (242,59,44). Sum of RGB (Red+Green+Blue) = 242+59+44=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F23B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23B2C is #0DC4D3. Grayscale: #707070. Windows color (decimal): -902356 or 2898930. OLE color: 2898930.
HSL color Cylindrical-coordinate representation of color #F23B2C: hue angle of 4.55º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F23B2C is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 44 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.05 |
| HSL | 4.55º | 0.88% | 0.56% | - |
| HSV(B) | 4.55º | 0.82% | 0.95% | - |
| XYZ | 38.64 | 22.19 | 4.63 | - |
| YUV | 112.01 | 89.63 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 44 | 0 | 0.76 | 0.82 | 0.05 | 4.55 | 0.88 | 0.56 |
| Hex | F2 | 3B | 2C | 0 | 4C | 52 | 5 | 5 | 58 | 38 |
| Octal | 362 | 73 | 54 | 0 | 114 | 122 | 5 | 5 | 130 | 70 |
| Binary | 11110010 | 111011 | 101100 | 0 | 1001100 | 1010010 | 101 | 101 | 1011000 | 111000 |
Color Harmonies of #F23B2C
Complementary color
Monochromatic Colors of #F23B2C
Black with #F23B2C
Text Example
Text Example
White with #F23B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23B2C; }
p { color: rgb(242,59,44); }
H1.HeaderClassName
{
color: #F23B2C;
}
.AnyTagClassName
{
color: #F23B2C;
}
</style>
background-color css
<style>
a { background-color: #F23B2C; }
a { background-color: rgb(242,59,44); }
div.DivClassName
{
background-color: #F23B2C;
}
.BgClassName
{
background-color: #F23B2C;
}
</style>
border-color css
<style>
span { border-color: #F23B2C; }
span { border-color: rgb(242,59,44); }
td.TdClassName
{
border-color: #F23B2C;
}
.TagClassName
{
border-color: #F23B2C;
}
</style>