Html Css Color HEX #F11418 Torch Red

📋 copy color: '#F11418'

red 241 ◦ green 20 ◦ blue 24

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

Shades of Torch Red #F11418

Tints of Torch Red #F11418

RGB

 RED value IS 241 (94.53% from 255) = 84.56%

 GREEN value IS 20 (8.2% from 255) = 7.02%

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 84.56%
G = 7.02%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F11418 (or 0xF11418) is known color: Torch Red. HEX triplet: F1, 14 and 18. RGB value is (241,20,24). Sum of RGB (Red+Green+Blue) = 241+20+24=285 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.56% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 241 - color contains mainly: red. Hex color #F11418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11418 is #0EEBE7. Grayscale: #565656. Windows color (decimal): -977896 or 1578225. OLE color: 1578225.

HSL color Cylindrical-coordinate representation of color #F11418: hue angle of 358.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11418 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 20 24 -
CMYK 0 0.92 0.90 0.05
HSL 358.91º 0.89% 0.51% -
HSV(B) 358.91º 0.92% 0.95% -
XYZ 36.69 19.27 2.65 -
YUV 86.54 92.72 238.17 -
System Red Green Blue C M Y K H S L
Decimal 241 20 24 0 0.92 0.90 0.05 358.91 0.89 0.51
Hex F1 14 18 0 5C 5A 5 167 59 33
Octal 361 24 30 0 134 132 5 547 131 63
Binary 11110001 10100 11000 0 1011100 1011010 101 101100111 1011001 110011

Color Harmonies of #F11418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11418

Black with #F11418

Text Example


Text Example

White with #F11418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11418; }

 p { color: rgb(241,20,24); }

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

background-color css

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

 a { background-color: rgb(241,20,24); }

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

border-color css

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

 span { border-color: rgb(241,20,24); }

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