Shades of Red Orange #F23534
Tints of Red Orange #F23534
RGB
CMYK
RGB Variations
Color information
#F23534 (or 0xF23534) is known color: Red Orange. HEX triplet: F2, 35 and 34. RGB value is (242,53,52). Sum of RGB (Red+Green+Blue) = 242+53+52=347 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.74% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 242 - color contains mainly: red. Hex color #F23534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23534 is #0DCACB. Grayscale: #6D6D6D. Windows color (decimal): -903884 or 3421682. OLE color: 3421682.
HSL color Cylindrical-coordinate representation of color #F23534: hue angle of 0.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F23534 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 52 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.05 |
| HSL | 0.32º | 0.88% | 0.58% | - |
| HSV(B) | 0.32º | 0.79% | 0.95% | - |
| XYZ | 38.51 | 21.67 | 5.4 | - |
| YUV | 109.4 | 95.62 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 52 | 0 | 0.78 | 0.79 | 0.05 | 0.32 | 0.88 | 0.58 |
| Hex | F2 | 35 | 34 | 0 | 4E | 4F | 5 | 0 | 58 | 3A |
| Octal | 362 | 65 | 64 | 0 | 116 | 117 | 5 | 0 | 130 | 72 |
| Binary | 11110010 | 110101 | 110100 | 0 | 1001110 | 1001111 | 101 | 0 | 1011000 | 111010 |
Color Harmonies of #F23534
Complementary color
Monochromatic Colors of #F23534
Black with #F23534
Text Example
Text Example
White with #F23534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23534; }
p { color: rgb(242,53,52); }
H1.HeaderClassName
{
color: #F23534;
}
.AnyTagClassName
{
color: #F23534;
}
</style>
background-color css
<style>
a { background-color: #F23534; }
a { background-color: rgb(242,53,52); }
div.DivClassName
{
background-color: #F23534;
}
.BgClassName
{
background-color: #F23534;
}
</style>
border-color css
<style>
span { border-color: #F23534; }
span { border-color: rgb(242,53,52); }
td.TdClassName
{
border-color: #F23534;
}
.TagClassName
{
border-color: #F23534;
}
</style>