Html Css Color HEX #F41920 Torch Red

📋 copy color: '#F41920'

red 244 ◦ green 25 ◦ blue 32

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

Shades of Torch Red #F41920

Tints of Torch Red #F41920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.31%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 81.06%
G = 8.31%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F41920 (or 0xF41920) is known color: Torch Red. HEX triplet: F4, 19 and 20. RGB value is (244,25,32). Sum of RGB (Red+Green+Blue) = 244+25+32=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F41920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41920 is #0BE6DF. Grayscale: #5B5B5B. Windows color (decimal): -780000 or 2103796. OLE color: 2103796.

HSL color Cylindrical-coordinate representation of color #F41920: hue angle of 358.08º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41920 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 25 32 -
CMYK 0 0.90 0.87 0.04
HSL 358.08º 0.91% 0.53% -
HSV(B) 358.08º 0.9% 0.96% -
XYZ 37.92 20.03 3.23 -
YUV 91.28 94.55 236.93 -
System Red Green Blue C M Y K H S L
Decimal 244 25 32 0 0.90 0.87 0.04 358.08 0.91 0.53
Hex F4 19 20 0 5A 57 4 166 5B 35
Octal 364 31 40 0 132 127 4 546 133 65
Binary 11110100 11001 100000 0 1011010 1010111 100 101100110 1011011 110101

Color Harmonies of #F41920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41920

Black with #F41920

Text Example


Text Example

White with #F41920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41920; }

 p { color: rgb(244,25,32); }

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

background-color css

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

 a { background-color: rgb(244,25,32); }

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

border-color css

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

 span { border-color: rgb(244,25,32); }

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