Shades of Red Orange #F62D2D
Tints of Red Orange #F62D2D
RGB
CMYK
RGB Variations
Color information
#F62D2D (or 0xF62D2D) is known color: Red Orange. HEX triplet: F6, 2D and 2D. RGB value is (246,45,45). Sum of RGB (Red+Green+Blue) = 246+45+45=336 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.21% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 246 - color contains mainly: red. Hex color #F62D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F62D2D is #09D2D2. Grayscale: #696969. Windows color (decimal): -643795 or 2960886. OLE color: 2960886.
HSL color Cylindrical-coordinate representation of color #F62D2D: hue angle of 0º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F62D2D is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 45 | 45 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.04 |
| HSL | 0º | 0.92% | 0.57% | - |
| HSV(B) | 0º | 0.82% | 0.96% | - |
| XYZ | 39.42 | 21.66 | 4.59 | - |
| YUV | 105.1 | 94.09 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 45 | 45 | 0 | 0.82 | 0.82 | 0.04 | 0 | 0.92 | 0.57 |
| Hex | F6 | 2D | 2D | 0 | 52 | 52 | 4 | 0 | 5C | 39 |
| Octal | 366 | 55 | 55 | 0 | 122 | 122 | 4 | 0 | 134 | 71 |
| Binary | 11110110 | 101101 | 101101 | 0 | 1010010 | 1010010 | 100 | 0 | 1011100 | 111001 |
Color Harmonies of #F62D2D
Complementary color
Monochromatic Colors of #F62D2D
Black with #F62D2D
Text Example
Text Example
White with #F62D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62D2D; }
p { color: rgb(246,45,45); }
H1.HeaderClassName
{
color: #F62D2D;
}
.AnyTagClassName
{
color: #F62D2D;
}
</style>
background-color css
<style>
a { background-color: #F62D2D; }
a { background-color: rgb(246,45,45); }
div.DivClassName
{
background-color: #F62D2D;
}
.BgClassName
{
background-color: #F62D2D;
}
</style>
border-color css
<style>
span { border-color: #F62D2D; }
span { border-color: rgb(246,45,45); }
td.TdClassName
{
border-color: #F62D2D;
}
.TagClassName
{
border-color: #F62D2D;
}
</style>