#F4103A

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

Shades of Torch Red #F4103A

Tints of Torch Red #F4103A

Color information

#F4103A (or 0xF4103A) is unknown color: approx Torch Red. HEX triplet: F4, 10 and 3A. RGB value is (244,16,58). Sum of RGB (Red+Green+Blue) = 244+16+58=318 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.73% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 244 - color contains mainly: red. Hex color #F4103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4103A is #0BEFC5. Grayscale: #595959. Windows color (decimal): -782278 or 3805428. OLE color: 3805428.

HSL color Cylindrical-coordinate representation of color #F4103A: hue angle of 348.95º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4103A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB2441658-
CMYK00.930.760.04
HSL348.95º91.2%50.98%-
HSV(B)348.95º93.44%95.69%-
XYZ38.2619.915.83-
YUV88.96110.54238.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 76.73%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 58 (23.05% from 255) = 18.24%
R=76.73%
G=5.03%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244165800.930.760.04348.9591.250.98
HexF4103A05D4C415d5b33
Octal36420720135114453513363
Binary11110100100001110100101110110011001001010111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4103A; }

 p { color: rgb(244,16,58); }

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

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

 a { background-color: rgb(244,16,58); }

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

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

 span { border-color: rgb(244,16,58); }

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