Html Css Color HEX #F41011 Torch Red

📋 copy color: '#F41011'

red 244 ◦ green 16 ◦ blue 17

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

Shades of Torch Red #F41011

Tints of Torch Red #F41011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 88.09%
G = 5.78%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F41011 (or 0xF41011) is known color: Torch Red. HEX triplet: F4, 10 and 11. RGB value is (244,16,17). Sum of RGB (Red+Green+Blue) = 244+16+17=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F41011 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41011 is #0BEFEE. Grayscale: #545454. Windows color (decimal): -782319 or 1118452. OLE color: 1118452.

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

Color convert

RGB 244 16 17 -
CMYK 0 0.93 0.93 0.04
HSL 359.74º 0.91% 0.51% -
HSV(B) 359.74º 0.93% 0.96% -
XYZ 37.59 19.64 2.34 -
YUV 84.29 90.04 241.92 -
System Red Green Blue C M Y K H S L
Decimal 244 16 17 0 0.93 0.93 0.04 359.74 0.91 0.51
Hex F4 10 11 0 5D 5D 4 168 5B 33
Octal 364 20 21 0 135 135 4 550 133 63
Binary 11110100 10000 10001 0 1011101 1011101 100 101101000 1011011 110011

Color Harmonies of #F41011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41011

Black with #F41011

Text Example


Text Example

White with #F41011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41011; }

 p { color: rgb(244,16,17); }

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

background-color css

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

 a { background-color: rgb(244,16,17); }

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

border-color css

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

 span { border-color: rgb(244,16,17); }

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