Shades of Red Orange #F13F3A
Tints of Red Orange #F13F3A
RGB
CMYK
RGB Variations
Color information
#F13F3A (or 0xF13F3A) is known color: Red Orange. HEX triplet: F1, 3F and 3A. RGB value is (241,63,58). Sum of RGB (Red+Green+Blue) = 241+63+58=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F3A is #0EC0C5. Grayscale: #737373. Windows color (decimal): -966854 or 3817457. OLE color: 3817457.
HSL color Cylindrical-coordinate representation of color #F13F3A: hue angle of 1.64º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13F3A is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 58 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.05 |
| HSL | 1.64º | 0.87% | 0.59% | - |
| HSV(B) | 1.64º | 0.76% | 0.95% | - |
| XYZ | 38.82 | 22.56 | 6.31 | - |
| YUV | 115.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 58 | 0 | 0.74 | 0.76 | 0.05 | 1.64 | 0.87 | 0.59 |
| Hex | F1 | 3F | 3A | 0 | 4A | 4C | 5 | 2 | 57 | 3B |
| Octal | 361 | 77 | 72 | 0 | 112 | 114 | 5 | 2 | 127 | 73 |
| Binary | 11110001 | 111111 | 111010 | 0 | 1001010 | 1001100 | 101 | 10 | 1010111 | 111011 |
Color Harmonies of #F13F3A
Complementary color
Monochromatic Colors of #F13F3A
Black with #F13F3A
Text Example
Text Example
White with #F13F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F3A; }
p { color: rgb(241,63,58); }
H1.HeaderClassName
{
color: #F13F3A;
}
.AnyTagClassName
{
color: #F13F3A;
}
</style>
background-color css
<style>
a { background-color: #F13F3A; }
a { background-color: rgb(241,63,58); }
div.DivClassName
{
background-color: #F13F3A;
}
.BgClassName
{
background-color: #F13F3A;
}
</style>
border-color css
<style>
span { border-color: #F13F3A; }
span { border-color: rgb(241,63,58); }
td.TdClassName
{
border-color: #F13F3A;
}
.TagClassName
{
border-color: #F13F3A;
}
</style>