Shades of Red Orange #F12D1D
Tints of Red Orange #F12D1D
RGB
CMYK
RGB Variations
Color information
#F12D1D (or 0xF12D1D) is known color: Red Orange. HEX triplet: F1, 2D and 1D. RGB value is (241,45,29). Sum of RGB (Red+Green+Blue) = 241+45+29=315 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.51% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12D1D is #0ED2E2. Grayscale: #666666. Windows color (decimal): -971491 or 1912305. OLE color: 1912305.
HSL color Cylindrical-coordinate representation of color #F12D1D: hue angle of 4.53º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F12D1D is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 29 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.05 |
| HSL | 4.53º | 0.88% | 0.53% | - |
| HSV(B) | 4.53º | 0.88% | 0.95% | - |
| XYZ | 37.44 | 20.67 | 3.18 | - |
| YUV | 101.78 | 86.93 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 29 | 0 | 0.81 | 0.88 | 0.05 | 4.53 | 0.88 | 0.53 |
| Hex | F1 | 2D | 1D | 0 | 51 | 58 | 5 | 5 | 58 | 35 |
| Octal | 361 | 55 | 35 | 0 | 121 | 130 | 5 | 5 | 130 | 65 |
| Binary | 11110001 | 101101 | 11101 | 0 | 1010001 | 1011000 | 101 | 101 | 1011000 | 110101 |
Color Harmonies of #F12D1D
Complementary color
Monochromatic Colors of #F12D1D
Black with #F12D1D
Text Example
Text Example
White with #F12D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D1D; }
p { color: rgb(241,45,29); }
H1.HeaderClassName
{
color: #F12D1D;
}
.AnyTagClassName
{
color: #F12D1D;
}
</style>
background-color css
<style>
a { background-color: #F12D1D; }
a { background-color: rgb(241,45,29); }
div.DivClassName
{
background-color: #F12D1D;
}
.BgClassName
{
background-color: #F12D1D;
}
</style>
border-color css
<style>
span { border-color: #F12D1D; }
span { border-color: rgb(241,45,29); }
td.TdClassName
{
border-color: #F12D1D;
}
.TagClassName
{
border-color: #F12D1D;
}
</style>