Shades of Red Orange #F23D37
Tints of Red Orange #F23D37
RGB
CMYK
RGB Variations
Color information
#F23D37 (or 0xF23D37) is known color: Red Orange. HEX triplet: F2, 3D and 37. RGB value is (242,61,55). Sum of RGB (Red+Green+Blue) = 242+61+55=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F23D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F23D37 is #0DC2C8. Grayscale: #727272. Windows color (decimal): -901833 or 3620338. OLE color: 3620338.
HSL color Cylindrical-coordinate representation of color #F23D37: hue angle of 1.93º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F23D37 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 55 | - |
| CMYK | 0 | 0.75 | 0.77 | 0.05 |
| HSL | 1.93º | 0.88% | 0.58% | - |
| HSV(B) | 1.93º | 0.77% | 0.95% | - |
| XYZ | 38.98 | 22.49 | 5.9 | - |
| YUV | 114.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 55 | 0 | 0.75 | 0.77 | 0.05 | 1.93 | 0.88 | 0.58 |
| Hex | F2 | 3D | 37 | 0 | 4B | 4D | 5 | 2 | 58 | 3A |
| Octal | 362 | 75 | 67 | 0 | 113 | 115 | 5 | 2 | 130 | 72 |
| Binary | 11110010 | 111101 | 110111 | 0 | 1001011 | 1001101 | 101 | 10 | 1011000 | 111010 |
Color Harmonies of #F23D37
Complementary color
Monochromatic Colors of #F23D37
Black with #F23D37
Text Example
Text Example
White with #F23D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23D37; }
p { color: rgb(242,61,55); }
H1.HeaderClassName
{
color: #F23D37;
}
.AnyTagClassName
{
color: #F23D37;
}
</style>
background-color css
<style>
a { background-color: #F23D37; }
a { background-color: rgb(242,61,55); }
div.DivClassName
{
background-color: #F23D37;
}
.BgClassName
{
background-color: #F23D37;
}
</style>
border-color css
<style>
span { border-color: #F23D37; }
span { border-color: rgb(242,61,55); }
td.TdClassName
{
border-color: #F23D37;
}
.TagClassName
{
border-color: #F23D37;
}
</style>