Shades of Red #F3110D
Tints of Red #F3110D
RGB
CMYK
RGB Variations
Color information
#F3110D (or 0xF3110D) is known color: Red. HEX triplet: F3, 11 and 0D. RGB value is (243,17,13). Sum of RGB (Red+Green+Blue) = 243+17+13=273 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.01% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 243 - color contains mainly: red. Hex color #F3110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3110D is #0CEEF2. Grayscale: #545454. Windows color (decimal): -847603 or 856563. OLE color: 856563.
HSL color Cylindrical-coordinate representation of color #F3110D: hue angle of 1.04º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3110D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.05 |
| HSL | 1.04º | 0.91% | 0.5% | - |
| HSV(B) | 1.04º | 0.95% | 0.95% | - |
| XYZ | 37.24 | 19.48 | 2.18 | - |
| YUV | 84.12 | 87.87 | 241.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 13 | 0 | 0.93 | 0.95 | 0.05 | 1.04 | 0.91 | 0.5 |
| Hex | F3 | 11 | D | 0 | 5D | 5F | 5 | 1 | 5B | 32 |
| Octal | 363 | 21 | 15 | 0 | 135 | 137 | 5 | 1 | 133 | 62 |
| Binary | 11110011 | 10001 | 1101 | 0 | 1011101 | 1011111 | 101 | 1 | 1011011 | 110010 |
Color Harmonies of #F3110D
Complementary color
Monochromatic Colors of #F3110D
Black with #F3110D
Text Example
Text Example
White with #F3110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3110D; }
p { color: rgb(243,17,13); }
H1.HeaderClassName
{
color: #F3110D;
}
.AnyTagClassName
{
color: #F3110D;
}
</style>
background-color css
<style>
a { background-color: #F3110D; }
a { background-color: rgb(243,17,13); }
div.DivClassName
{
background-color: #F3110D;
}
.BgClassName
{
background-color: #F3110D;
}
</style>
border-color css
<style>
span { border-color: #F3110D; }
span { border-color: rgb(243,17,13); }
td.TdClassName
{
border-color: #F3110D;
}
.TagClassName
{
border-color: #F3110D;
}
</style>