Html Css Color HEX #F11318 Torch Red

📋 copy color: '#F11318'

red 241 ◦ green 19 ◦ blue 24

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

Shades of Torch Red #F11318

Tints of Torch Red #F11318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

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

R = 84.86%
G = 6.69%
B = 8.45%

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

#F11318 (or 0xF11318) is known color: Torch Red. HEX triplet: F1, 13 and 18. RGB value is (241,19,24). Sum of RGB (Red+Green+Blue) = 241+19+24=284 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.86% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 241 - color contains mainly: red. Hex color #F11318 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11318 is #0EECE7. Grayscale: #565656. Windows color (decimal): -978152 or 1577969. OLE color: 1577969.

HSL color Cylindrical-coordinate representation of color #F11318: hue angle of 358.65º 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 #F11318 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 24 -
CMYK 0 0.92 0.90 0.05
HSL 358.65º 0.89% 0.51% -
HSV(B) 358.65º 0.92% 0.95% -
XYZ 36.67 19.23 2.64 -
YUV 85.95 93.05 238.59 -
System Red Green Blue C M Y K H S L
Decimal 241 19 24 0 0.92 0.90 0.05 358.65 0.89 0.51
Hex F1 13 18 0 5C 5A 5 167 59 33
Octal 361 23 30 0 134 132 5 547 131 63
Binary 11110001 10011 11000 0 1011100 1011010 101 101100111 1011001 110011

Color Harmonies of #F11318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11318

Black with #F11318

Text Example


Text Example

White with #F11318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11318; }

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

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

background-color css

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

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

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

border-color css

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

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

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