Shades of Red #F3100C
Tints of Red #F3100C
RGB
CMYK
RGB Variations
Color information
#F3100C (or 0xF3100C) is known color: Red. HEX triplet: F3, 10 and 0C. RGB value is (243,16,12). Sum of RGB (Red+Green+Blue) = 243+16+12=271 (35% of max value = 765). Red value is 243 (95.31% from 255 or 89.67% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 243 - color contains mainly: red. Hex color #F3100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F3100C is #0CEFF3. Grayscale: #535353. Windows color (decimal): -847860 or 790771. OLE color: 790771.
HSL color Cylindrical-coordinate representation of color #F3100C: 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 #F3100C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 12 | - |
| 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.21 | 19.45 | 2.14 | - |
| YUV | 83.42 | 87.71 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 12 | 0 | 0.93 | 0.95 | 0.05 | 1.04 | 0.91 | 0.5 |
| Hex | F3 | 10 | C | 0 | 5D | 5F | 5 | 1 | 5B | 32 |
| Octal | 363 | 20 | 14 | 0 | 135 | 137 | 5 | 1 | 133 | 62 |
| Binary | 11110011 | 10000 | 1100 | 0 | 1011101 | 1011111 | 101 | 1 | 1011011 | 110010 |
Color Harmonies of #F3100C
Complementary color
Monochromatic Colors of #F3100C
Black with #F3100C
Text Example
Text Example
White with #F3100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3100C; }
p { color: rgb(243,16,12); }
H1.HeaderClassName
{
color: #F3100C;
}
.AnyTagClassName
{
color: #F3100C;
}
</style>
background-color css
<style>
a { background-color: #F3100C; }
a { background-color: rgb(243,16,12); }
div.DivClassName
{
background-color: #F3100C;
}
.BgClassName
{
background-color: #F3100C;
}
</style>
border-color css
<style>
span { border-color: #F3100C; }
span { border-color: rgb(243,16,12); }
td.TdClassName
{
border-color: #F3100C;
}
.TagClassName
{
border-color: #F3100C;
}
</style>