Shades of Red Orange #F42A2A
Tints of Red Orange #F42A2A
RGB
CMYK
RGB Variations
Color information
#F42A2A (or 0xF42A2A) is known color: Red Orange. HEX triplet: F4, 2A and 2A. RGB value is (244,42,42). Sum of RGB (Red+Green+Blue) = 244+42+42=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F42A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42A2A is #0BD5D5. Grayscale: #666666. Windows color (decimal): -775638 or 2763508. OLE color: 2763508.
HSL color Cylindrical-coordinate representation of color #F42A2A: hue angle of 0º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42A2A is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 42 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.04 |
| HSL | 0º | 0.9% | 0.56% | - |
| HSV(B) | 0º | 0.83% | 0.96% | - |
| XYZ | 38.55 | 21.06 | 4.22 | - |
| YUV | 102.4 | 93.92 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 42 | 0 | 0.83 | 0.83 | 0.04 | 0 | 0.9 | 0.56 |
| Hex | F4 | 2A | 2A | 0 | 53 | 53 | 4 | 0 | 5A | 38 |
| Octal | 364 | 52 | 52 | 0 | 123 | 123 | 4 | 0 | 132 | 70 |
| Binary | 11110100 | 101010 | 101010 | 0 | 1010011 | 1010011 | 100 | 0 | 1011010 | 111000 |
Color Harmonies of #F42A2A
Complementary color
Monochromatic Colors of #F42A2A
Black with #F42A2A
Text Example
Text Example
White with #F42A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42A2A; }
p { color: rgb(244,42,42); }
H1.HeaderClassName
{
color: #F42A2A;
}
.AnyTagClassName
{
color: #F42A2A;
}
</style>
background-color css
<style>
a { background-color: #F42A2A; }
a { background-color: rgb(244,42,42); }
div.DivClassName
{
background-color: #F42A2A;
}
.BgClassName
{
background-color: #F42A2A;
}
</style>
border-color css
<style>
span { border-color: #F42A2A; }
span { border-color: rgb(244,42,42); }
td.TdClassName
{
border-color: #F42A2A;
}
.TagClassName
{
border-color: #F42A2A;
}
</style>