Shades of Red Orange #F12A2A
Tints of Red Orange #F12A2A
RGB
CMYK
RGB Variations
Color information
#F12A2A (or 0xF12A2A) is known color: Red Orange. HEX triplet: F1, 2A and 2A. RGB value is (241,42,42). Sum of RGB (Red+Green+Blue) = 241+42+42=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F12A2A is #0ED5D5. Grayscale: #656565. Windows color (decimal): -972246 or 2763505. OLE color: 2763505.
HSL color Cylindrical-coordinate representation of color #F12A2A: hue angle of 0º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F12A2A is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 42 | 42 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.05 |
| HSL | 0º | 0.88% | 0.55% | - |
| HSV(B) | 0º | 0.83% | 0.95% | - |
| XYZ | 37.52 | 20.52 | 4.17 | - |
| YUV | 101.5 | 94.43 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 42 | 42 | 0 | 0.83 | 0.83 | 0.05 | 0 | 0.88 | 0.55 |
| Hex | F1 | 2A | 2A | 0 | 53 | 53 | 5 | 0 | 58 | 37 |
| Octal | 361 | 52 | 52 | 0 | 123 | 123 | 5 | 0 | 130 | 67 |
| Binary | 11110001 | 101010 | 101010 | 0 | 1010011 | 1010011 | 101 | 0 | 1011000 | 110111 |
Color Harmonies of #F12A2A
Complementary color
Monochromatic Colors of #F12A2A
Black with #F12A2A
Text Example
Text Example
White with #F12A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12A2A; }
p { color: rgb(241,42,42); }
H1.HeaderClassName
{
color: #F12A2A;
}
.AnyTagClassName
{
color: #F12A2A;
}
</style>
background-color css
<style>
a { background-color: #F12A2A; }
a { background-color: rgb(241,42,42); }
div.DivClassName
{
background-color: #F12A2A;
}
.BgClassName
{
background-color: #F12A2A;
}
</style>
border-color css
<style>
span { border-color: #F12A2A; }
span { border-color: rgb(241,42,42); }
td.TdClassName
{
border-color: #F12A2A;
}
.TagClassName
{
border-color: #F12A2A;
}
</style>