Html Css Color HEX #F40C32 Torch Red

📋 copy color: '#F40C32'

red 244 ◦ green 12 ◦ blue 50

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

Shades of Torch Red #F40C32

Tints of Torch Red #F40C32

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.92%

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

R = 79.74%
G = 3.92%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F40C32 (or 0xF40C32) is known color: Torch Red. HEX triplet: F4, 0C and 32. RGB value is (244,12,50). Sum of RGB (Red+Green+Blue) = 244+12+50=306 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.74% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40C32 is #0BF3CD. Grayscale: #555555. Windows color (decimal): -783310 or 3280116. OLE color: 3280116.

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

Color convert

RGB 244 12 50 -
CMYK 0 0.95 0.80 0.04
HSL 350.17º 0.91% 0.5% -
HSV(B) 350.17º 0.95% 0.96% -
XYZ 38.02 19.73 4.82 -
YUV 85.7 107.86 240.91 -
System Red Green Blue C M Y K H S L
Decimal 244 12 50 0 0.95 0.80 0.04 350.17 0.91 0.5
Hex F4 C 32 0 5F 50 4 15E 5B 32
Octal 364 14 62 0 137 120 4 536 133 62
Binary 11110100 1100 110010 0 1011111 1010000 100 101011110 1011011 110010

Color Harmonies of #F40C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40C32

Black with #F40C32

Text Example


Text Example

White with #F40C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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