Shades of Red Orange #F13D2C
Tints of Red Orange #F13D2C
RGB
CMYK
RGB Variations
Color information
#F13D2C (or 0xF13D2C) is known color: Red Orange. HEX triplet: F1, 3D and 2C. RGB value is (241,61,44). Sum of RGB (Red+Green+Blue) = 241+61+44=346 (45% of max value = 765). Red value is 241 (94.53% from 255 or 69.65% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 241 - color contains mainly: red. Hex color #F13D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13D2C is #0EC2D3. Grayscale: #717171. Windows color (decimal): -967380 or 2899441. OLE color: 2899441.
HSL color Cylindrical-coordinate representation of color #F13D2C: hue angle of 5.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F13D2C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 61 | 44 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.05 |
| HSL | 5.18º | 0.88% | 0.56% | - |
| HSV(B) | 5.18º | 0.82% | 0.95% | - |
| XYZ | 38.4 | 22.22 | 4.65 | - |
| YUV | 112.88 | 89.13 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 61 | 44 | 0 | 0.75 | 0.82 | 0.05 | 5.18 | 0.88 | 0.56 |
| Hex | F1 | 3D | 2C | 0 | 4B | 52 | 5 | 5 | 58 | 38 |
| Octal | 361 | 75 | 54 | 0 | 113 | 122 | 5 | 5 | 130 | 70 |
| Binary | 11110001 | 111101 | 101100 | 0 | 1001011 | 1010010 | 101 | 101 | 1011000 | 111000 |
Color Harmonies of #F13D2C
Complementary color
Monochromatic Colors of #F13D2C
Black with #F13D2C
Text Example
Text Example
White with #F13D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13D2C; }
p { color: rgb(241,61,44); }
H1.HeaderClassName
{
color: #F13D2C;
}
.AnyTagClassName
{
color: #F13D2C;
}
</style>
background-color css
<style>
a { background-color: #F13D2C; }
a { background-color: rgb(241,61,44); }
div.DivClassName
{
background-color: #F13D2C;
}
.BgClassName
{
background-color: #F13D2C;
}
</style>
border-color css
<style>
span { border-color: #F13D2C; }
span { border-color: rgb(241,61,44); }
td.TdClassName
{
border-color: #F13D2C;
}
.TagClassName
{
border-color: #F13D2C;
}
</style>