Shades of Red Orange #F82D2D
Tints of Red Orange #F82D2D
RGB
CMYK
RGB Variations
Color information
#F82D2D (or 0xF82D2D) is known color: Red Orange. HEX triplet: F8, 2D and 2D. RGB value is (248,45,45). Sum of RGB (Red+Green+Blue) = 248+45+45=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F82D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82D2D is #07D2D2. Grayscale: #696969. Windows color (decimal): -512723 or 2960888. OLE color: 2960888.
HSL color Cylindrical-coordinate representation of color #F82D2D: hue angle of 0º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82D2D is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 45 | 45 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.03 |
| HSL | 0º | 0.94% | 0.57% | - |
| HSV(B) | 0º | 0.82% | 0.97% | - |
| XYZ | 40.12 | 22.02 | 4.62 | - |
| YUV | 105.7 | 93.75 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 45 | 45 | 0 | 0.82 | 0.82 | 0.03 | 0 | 0.94 | 0.57 |
| Hex | F8 | 2D | 2D | 0 | 52 | 52 | 3 | 0 | 5E | 39 |
| Octal | 370 | 55 | 55 | 0 | 122 | 122 | 3 | 0 | 136 | 71 |
| Binary | 11111000 | 101101 | 101101 | 0 | 1010010 | 1010010 | 11 | 0 | 1011110 | 111001 |
Color Harmonies of #F82D2D
Complementary color
Monochromatic Colors of #F82D2D
Black with #F82D2D
Text Example
Text Example
White with #F82D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82D2D; }
p { color: rgb(248,45,45); }
H1.HeaderClassName
{
color: #F82D2D;
}
.AnyTagClassName
{
color: #F82D2D;
}
</style>
background-color css
<style>
a { background-color: #F82D2D; }
a { background-color: rgb(248,45,45); }
div.DivClassName
{
background-color: #F82D2D;
}
.BgClassName
{
background-color: #F82D2D;
}
</style>
border-color css
<style>
span { border-color: #F82D2D; }
span { border-color: rgb(248,45,45); }
td.TdClassName
{
border-color: #F82D2D;
}
.TagClassName
{
border-color: #F82D2D;
}
</style>