Html Css Color HEX #F40936 Torch Red

📋 copy color: '#F40936'

red 244 ◦ green 9 ◦ blue 54

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

Shades of Torch Red #F40936

Tints of Torch Red #F40936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.93%

 BLUE value IS 54 (21.48% from 255) = 17.59%

R = 79.48%
G = 2.93%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F40936 (or 0xF40936) is known color: Torch Red. HEX triplet: F4, 09 and 36. RGB value is (244,9,54). Sum of RGB (Red+Green+Blue) = 244+9+54=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F40936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40936 is #0BF6C9. Grayscale: #545454. Windows color (decimal): -784074 or 3541492. OLE color: 3541492.

HSL color Cylindrical-coordinate representation of color #F40936: hue angle of 348.51º degrees, saturation: 0.93, 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 #F40936 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 9 54 -
CMYK 0 0.96 0.78 0.04
HSL 348.51º 0.93% 0.5% -
HSV(B) 348.51º 0.96% 0.96% -
XYZ 38.07 19.69 5.28 -
YUV 84.4 110.86 241.84 -
System Red Green Blue C M Y K H S L
Decimal 244 9 54 0 0.96 0.78 0.04 348.51 0.93 0.5
Hex F4 9 36 0 60 4E 4 15D 5D 32
Octal 364 11 66 0 140 116 4 535 135 62
Binary 11110100 1001 110110 0 1100000 1001110 100 101011101 1011101 110010

Color Harmonies of #F40936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40936

Black with #F40936

Text Example


Text Example

White with #F40936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40936; }

 p { color: rgb(244,9,54); }

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

background-color css

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

 a { background-color: rgb(244,9,54); }

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

border-color css

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

 span { border-color: rgb(244,9,54); }

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