#F30C16

Color #F30C16 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F30C16

Tints of Torch Red #F30C16

Color information

#F30C16 (or 0xF30C16) is unknown color: approx Torch Red. HEX triplet: F3, 0C and 16. RGB value is (243,12,22). Sum of RGB (Red+Green+Blue) = 243+12+22=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30C16 is #0CF3E9. Grayscale: #525252. Windows color (decimal): -848874 or 1445107. OLE color: 1445107.

HSL color Cylindrical-coordinate representation of color #F30C16: hue angle of 357.4º 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 #F30C16 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2431222-
CMYK00.950.910.05
HSL357.4º90.59%50%-
HSV(B)357.4º95.06%95.29%-
XYZ37.2419.382.54-
YUV82.2194.03242.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 243 (95.31% from 255) = 87.73%
GREEN value IS 12 (5.08% from 255) = 4.33%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=87.73%
G=4.33%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243122200.950.910.05357.490.5950
HexF3C1605F5B51655b32
Octal36314260137133554513362
Binary111100111100101100101111110110111011011001011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30C16; }

 p { color: rgb(243,12,22); }

 H1.HeaderClassName
 {
   color: #F30C16;
 }
 .AnyTagClassName
 {
   color: #F30C16;
 }
</style>
background-color css

<style>
 a { background-color: #F30C16; }

 a { background-color: rgb(243,12,22); }

 div.DivClassName
 {
   background-color: #F30C16;
 }
 .BgClassName
 {
   background-color: #F30C16;
 }
</style>
border-color css

<style>
 span { border-color: #F30C16; }

 span { border-color: rgb(243,12,22); }

 td.TdClassName
 {
   border-color: #F30C16;
 }
 .TagClassName
 {
   border-color: #F30C16;
 }
</style>