Html Css Color HEX #F40A32 Torch Red

📋 copy color: '#F40A32'

red 244 ◦ green 10 ◦ blue 50

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

Shades of Torch Red #F40A32

Tints of Torch Red #F40A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.45%

R = 80.26%
G = 3.29%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F40A32 (or 0xF40A32) is known color: Torch Red. HEX triplet: F4, 0A and 32. RGB value is (244,10,50). Sum of RGB (Red+Green+Blue) = 244+10+50=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 10 (4.30% from 255 or 3.29% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F40A32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40A32 is #0BF5CD. Grayscale: #545454. Windows color (decimal): -783822 or 3279604. OLE color: 3279604.

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

Color convert

RGB 244 10 50 -
CMYK 0 0.96 0.80 0.04
HSL 349.74º 0.92% 0.5% -
HSV(B) 349.74º 0.96% 0.96% -
XYZ 37.99 19.68 4.81 -
YUV 84.53 108.52 241.75 -
System Red Green Blue C M Y K H S L
Decimal 244 10 50 0 0.96 0.80 0.04 349.74 0.92 0.5
Hex F4 A 32 0 60 50 4 15E 5C 32
Octal 364 12 62 0 140 120 4 536 134 62
Binary 11110100 1010 110010 0 1100000 1010000 100 101011110 1011100 110010

Color Harmonies of #F40A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40A32

Black with #F40A32

Text Example


Text Example

White with #F40A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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