Shades of Orange Red #F03D0D
Tints of Orange Red #F03D0D
RGB
CMYK
RGB Variations
Color information
#F03D0D (or 0xF03D0D) is known color: Orange Red. HEX triplet: F0, 3D and 0D. RGB value is (240,61,13). Sum of RGB (Red+Green+Blue) = 240+61+13=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D0D is #0FC2F2. Grayscale: #6D6D6D. Windows color (decimal): -1032947 or 867824. OLE color: 867824.
HSL color Cylindrical-coordinate representation of color #F03D0D: hue angle of 12.69º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F03D0D is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 13 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.06 |
| HSL | 12.69º | 0.9% | 0.5% | - |
| HSV(B) | 12.69º | 0.95% | 0.94% | - |
| XYZ | 37.68 | 21.89 | 2.62 | - |
| YUV | 109.05 | 73.8 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 13 | 0 | 0.75 | 0.95 | 0.06 | 12.69 | 0.9 | 0.5 |
| Hex | F0 | 3D | D | 0 | 4B | 5F | 6 | D | 5A | 32 |
| Octal | 360 | 75 | 15 | 0 | 113 | 137 | 6 | 15 | 132 | 62 |
| Binary | 11110000 | 111101 | 1101 | 0 | 1001011 | 1011111 | 110 | 1101 | 1011010 | 110010 |
Color Harmonies of #F03D0D
Complementary color
Monochromatic Colors of #F03D0D
Black with #F03D0D
Text Example
Text Example
White with #F03D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D0D; }
p { color: rgb(240,61,13); }
H1.HeaderClassName
{
color: #F03D0D;
}
.AnyTagClassName
{
color: #F03D0D;
}
</style>
background-color css
<style>
a { background-color: #F03D0D; }
a { background-color: rgb(240,61,13); }
div.DivClassName
{
background-color: #F03D0D;
}
.BgClassName
{
background-color: #F03D0D;
}
</style>
border-color css
<style>
span { border-color: #F03D0D; }
span { border-color: rgb(240,61,13); }
td.TdClassName
{
border-color: #F03D0D;
}
.TagClassName
{
border-color: #F03D0D;
}
</style>