Shades of Red Orange #F13C2D
Tints of Red Orange #F13C2D
RGB
CMYK
RGB Variations
Color information
#F13C2D (or 0xF13C2D) is known color: Red Orange. HEX triplet: F1, 3C and 2D. RGB value is (241,60,45). Sum of RGB (Red+Green+Blue) = 241+60+45=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F13C2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13C2D is #0EC3D2. Grayscale: #707070. Windows color (decimal): -967635 or 2964721. OLE color: 2964721.
HSL color Cylindrical-coordinate representation of color #F13C2D: hue angle of 4.59º 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 #F13C2D is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 60 | 45 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.05 |
| HSL | 4.59º | 0.88% | 0.56% | - |
| HSV(B) | 4.59º | 0.81% | 0.95% | - |
| XYZ | 38.37 | 22.12 | 4.73 | - |
| YUV | 112.41 | 89.97 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 60 | 45 | 0 | 0.75 | 0.81 | 0.05 | 4.59 | 0.88 | 0.56 |
| Hex | F1 | 3C | 2D | 0 | 4B | 51 | 5 | 5 | 58 | 38 |
| Octal | 361 | 74 | 55 | 0 | 113 | 121 | 5 | 5 | 130 | 70 |
| Binary | 11110001 | 111100 | 101101 | 0 | 1001011 | 1010001 | 101 | 101 | 1011000 | 111000 |
Color Harmonies of #F13C2D
Complementary color
Monochromatic Colors of #F13C2D
Black with #F13C2D
Text Example
Text Example
White with #F13C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13C2D; }
p { color: rgb(241,60,45); }
H1.HeaderClassName
{
color: #F13C2D;
}
.AnyTagClassName
{
color: #F13C2D;
}
</style>
background-color css
<style>
a { background-color: #F13C2D; }
a { background-color: rgb(241,60,45); }
div.DivClassName
{
background-color: #F13C2D;
}
.BgClassName
{
background-color: #F13C2D;
}
</style>
border-color css
<style>
span { border-color: #F13C2D; }
span { border-color: rgb(241,60,45); }
td.TdClassName
{
border-color: #F13C2D;
}
.TagClassName
{
border-color: #F13C2D;
}
</style>