Shades of Red Orange #F2432D
Tints of Red Orange #F2432D
RGB
CMYK
RGB Variations
Color information
#F2432D (or 0xF2432D) is known color: Red Orange. HEX triplet: F2, 43 and 2D. RGB value is (242,67,45). Sum of RGB (Red+Green+Blue) = 242+67+45=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F2432D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2432D is #0DBCD2. Grayscale: #757575. Windows color (decimal): -900307 or 2966514. OLE color: 2966514.
HSL color Cylindrical-coordinate representation of color #F2432D: hue angle of 6.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2432D is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 45 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.05 |
| HSL | 6.7º | 0.88% | 0.56% | - |
| HSV(B) | 6.7º | 0.81% | 0.95% | - |
| XYZ | 39.1 | 23.08 | 4.88 | - |
| YUV | 116.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 45 | 0 | 0.72 | 0.81 | 0.05 | 6.7 | 0.88 | 0.56 |
| Hex | F2 | 43 | 2D | 0 | 48 | 51 | 5 | 7 | 58 | 38 |
| Octal | 362 | 103 | 55 | 0 | 110 | 121 | 5 | 7 | 130 | 70 |
| Binary | 11110010 | 1000011 | 101101 | 0 | 1001000 | 1010001 | 101 | 111 | 1011000 | 111000 |
Color Harmonies of #F2432D
Complementary color
Monochromatic Colors of #F2432D
Black with #F2432D
Text Example
Text Example
White with #F2432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2432D; }
p { color: rgb(242,67,45); }
H1.HeaderClassName
{
color: #F2432D;
}
.AnyTagClassName
{
color: #F2432D;
}
</style>
background-color css
<style>
a { background-color: #F2432D; }
a { background-color: rgb(242,67,45); }
div.DivClassName
{
background-color: #F2432D;
}
.BgClassName
{
background-color: #F2432D;
}
</style>
border-color css
<style>
span { border-color: #F2432D; }
span { border-color: rgb(242,67,45); }
td.TdClassName
{
border-color: #F2432D;
}
.TagClassName
{
border-color: #F2432D;
}
</style>