Shades of Red #F3100D
Tints of Red #F3100D
RGB
CMYK
RGB Variations
Color information
#F3100D (or 0xF3100D) is known color: Red. HEX triplet: F3, 10 and 0D. RGB value is (243,16,13). Sum of RGB (Red+Green+Blue) = 243+16+13=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F3100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3100D is #0CEFF2. Grayscale: #535353. Windows color (decimal): -847859 or 856307. OLE color: 856307.
HSL color Cylindrical-coordinate representation of color #F3100D: hue angle of 0.78º 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 #F3100D is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.05 |
| HSL | 0.78º | 0.91% | 0.5% | - |
| HSV(B) | 0.78º | 0.95% | 0.95% | - |
| XYZ | 37.22 | 19.45 | 2.17 | - |
| YUV | 83.53 | 88.21 | 241.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 13 | 0 | 0.93 | 0.95 | 0.05 | 0.78 | 0.91 | 0.5 |
| Hex | F3 | 10 | D | 0 | 5D | 5F | 5 | 1 | 5B | 32 |
| Octal | 363 | 20 | 15 | 0 | 135 | 137 | 5 | 1 | 133 | 62 |
| Binary | 11110011 | 10000 | 1101 | 0 | 1011101 | 1011111 | 101 | 1 | 1011011 | 110010 |
Color Harmonies of #F3100D
Complementary color
Monochromatic Colors of #F3100D
Black with #F3100D
Text Example
Text Example
White with #F3100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3100D; }
p { color: rgb(243,16,13); }
H1.HeaderClassName
{
color: #F3100D;
}
.AnyTagClassName
{
color: #F3100D;
}
</style>
background-color css
<style>
a { background-color: #F3100D; }
a { background-color: rgb(243,16,13); }
div.DivClassName
{
background-color: #F3100D;
}
.BgClassName
{
background-color: #F3100D;
}
</style>
border-color css
<style>
span { border-color: #F3100D; }
span { border-color: rgb(243,16,13); }
td.TdClassName
{
border-color: #F3100D;
}
.TagClassName
{
border-color: #F3100D;
}
</style>