Shades of Red Orange #F23D35
Tints of Red Orange #F23D35
RGB
CMYK
RGB Variations
Color information
#F23D35 (or 0xF23D35) is known color: Red Orange. HEX triplet: F2, 3D and 35. RGB value is (242,61,53). Sum of RGB (Red+Green+Blue) = 242+61+53=356 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.98% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D35 is #0DC2CA. Grayscale: #727272. Windows color (decimal): -901835 or 3489266. OLE color: 3489266.
HSL color Cylindrical-coordinate representation of color #F23D35: hue angle of 2.54º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F23D35 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 53 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.05 |
| HSL | 2.54º | 0.88% | 0.58% | - |
| HSV(B) | 2.54º | 0.78% | 0.95% | - |
| XYZ | 38.93 | 22.47 | 5.65 | - |
| YUV | 114.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 53 | 0 | 0.75 | 0.78 | 0.05 | 2.54 | 0.88 | 0.58 |
| Hex | F2 | 3D | 35 | 0 | 4B | 4E | 5 | 3 | 58 | 3A |
| Octal | 362 | 75 | 65 | 0 | 113 | 116 | 5 | 3 | 130 | 72 |
| Binary | 11110010 | 111101 | 110101 | 0 | 1001011 | 1001110 | 101 | 11 | 1011000 | 111010 |
Color Harmonies of #F23D35
Complementary color
Monochromatic Colors of #F23D35
Black with #F23D35
Text Example
Text Example
White with #F23D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D35; }
p { color: rgb(242,61,53); }
H1.HeaderClassName
{
color: #F23D35;
}
.AnyTagClassName
{
color: #F23D35;
}
</style>
background-color css
<style>
a { background-color: #F23D35; }
a { background-color: rgb(242,61,53); }
div.DivClassName
{
background-color: #F23D35;
}
.BgClassName
{
background-color: #F23D35;
}
</style>
border-color css
<style>
span { border-color: #F23D35; }
span { border-color: rgb(242,61,53); }
td.TdClassName
{
border-color: #F23D35;
}
.TagClassName
{
border-color: #F23D35;
}
</style>