#F30C14

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

Shades of Torch Red #F30C14

Tints of Torch Red #F30C14

Color information

#F30C14 (or 0xF30C14) is unknown color: approx Torch Red. HEX triplet: F3, 0C and 14. RGB value is (243,12,20). Sum of RGB (Red+Green+Blue) = 243+12+20=275 (36% of max value = 765). Red value is 243 (95.31% from 255 or 88.36% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 243 - color contains mainly: red. Hex color #F30C14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30C14 is #0CF3EB. Grayscale: #525252. Windows color (decimal): -848876 or 1314035. OLE color: 1314035.

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

Color convert

RGB2431220-
CMYK00.950.920.05
HSL357.92º90.59%50%-
HSV(B)357.92º95.06%95.29%-
XYZ37.2219.372.44-
YUV81.9893.03242.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 88.36%
GREEN value IS 12 (5.08% from 255) = 4.36%
BLUE value IS 20 (8.20% from 255) = 7.27%
R=88.36%
G=4.36%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243122000.950.920.05357.9290.5950
HexF3C1405F5C51665b32
Octal36314240137134554613362
Binary111100111100101000101111110111001011011001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F30C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F30C14; }

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

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

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

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

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

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

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

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