Shades of Red Orange #F23533
Tints of Red Orange #F23533
RGB
CMYK
RGB Variations
Color information
#F23533 (or 0xF23533) is known color: Red Orange. HEX triplet: F2, 35 and 33. RGB value is (242,53,51). Sum of RGB (Red+Green+Blue) = 242+53+51=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F23533 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23533 is #0DCACC. Grayscale: #6D6D6D. Windows color (decimal): -903885 or 3356146. OLE color: 3356146.
HSL color Cylindrical-coordinate representation of color #F23533: hue angle of 0.63º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23533 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 51 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.05 |
| HSL | 0.63º | 0.88% | 0.57% | - |
| HSV(B) | 0.63º | 0.79% | 0.95% | - |
| XYZ | 38.49 | 21.66 | 5.28 | - |
| YUV | 109.28 | 95.12 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 51 | 0 | 0.78 | 0.79 | 0.05 | 0.63 | 0.88 | 0.57 |
| Hex | F2 | 35 | 33 | 0 | 4E | 4F | 5 | 1 | 58 | 39 |
| Octal | 362 | 65 | 63 | 0 | 116 | 117 | 5 | 1 | 130 | 71 |
| Binary | 11110010 | 110101 | 110011 | 0 | 1001110 | 1001111 | 101 | 1 | 1011000 | 111001 |
Color Harmonies of #F23533
Complementary color
Monochromatic Colors of #F23533
Black with #F23533
Text Example
Text Example
White with #F23533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23533; }
p { color: rgb(242,53,51); }
H1.HeaderClassName
{
color: #F23533;
}
.AnyTagClassName
{
color: #F23533;
}
</style>
background-color css
<style>
a { background-color: #F23533; }
a { background-color: rgb(242,53,51); }
div.DivClassName
{
background-color: #F23533;
}
.BgClassName
{
background-color: #F23533;
}
</style>
border-color css
<style>
span { border-color: #F23533; }
span { border-color: rgb(242,53,51); }
td.TdClassName
{
border-color: #F23533;
}
.TagClassName
{
border-color: #F23533;
}
</style>