Html Css Color HEX #F40A3C Torch Red

📋 copy color: '#F40A3C'

red 244 ◦ green 10 ◦ blue 60

#F40A3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F40A3C

Tints of Torch Red #F40A3C

RGB

 RED value IS 244 (95.7% from 255) = 77.71%

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 77.71%
G = 3.18%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F40A3C (or 0xF40A3C) is known color: Torch Red. HEX triplet: F4, 0A and 3C. RGB value is (244,10,60). Sum of RGB (Red+Green+Blue) = 244+10+60=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40A3C is #0BF5C3. Grayscale: #555555. Windows color (decimal): -783812 or 3934964. OLE color: 3934964.

HSL color Cylindrical-coordinate representation of color #F40A3C: hue angle of 347.18º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40A3C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 10 60 -
CMYK 0 0.96 0.75 0.04
HSL 347.18º 0.92% 0.5% -
HSV(B) 347.18º 0.96% 0.96% -
XYZ 38.23 19.78 6.08 -
YUV 85.67 113.52 240.93 -
System Red Green Blue C M Y K H S L
Decimal 244 10 60 0 0.96 0.75 0.04 347.18 0.92 0.5
Hex F4 A 3C 0 60 4B 4 15B 5C 32
Octal 364 12 74 0 140 113 4 533 134 62
Binary 11110100 1010 111100 0 1100000 1001011 100 101011011 1011100 110010

Color Harmonies of #F40A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40A3C

Black with #F40A3C

Text Example


Text Example

White with #F40A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40A3C; }

 p { color: rgb(244,10,60); }

 H1.HeaderClassName
 {
   color: #F40A3C;
 }
 .AnyTagClassName
 {
   color: #F40A3C;
 }
</style>

background-color css

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

 a { background-color: rgb(244,10,60); }

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

border-color css

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

 span { border-color: rgb(244,10,60); }

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