Html Css Color HEX #F11317 Torch Red

📋 copy color: '#F11317'

red 241 ◦ green 19 ◦ blue 23

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

Shades of Torch Red #F11317

Tints of Torch Red #F11317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 85.16%
G = 6.71%
B = 8.13%

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

#F11317 (or 0xF11317) is known color: Torch Red. HEX triplet: F1, 13 and 17. RGB value is (241,19,23). Sum of RGB (Red+Green+Blue) = 241+19+23=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11317 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11317 is #0EECE8. Grayscale: #565656. Windows color (decimal): -978153 or 1512433. OLE color: 1512433.

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

Color convert

RGB 241 19 23 -
CMYK 0 0.92 0.90 0.05
HSL 358.92º 0.89% 0.51% -
HSV(B) 358.92º 0.92% 0.95% -
XYZ 36.66 19.23 2.59 -
YUV 85.83 92.55 238.67 -
System Red Green Blue C M Y K H S L
Decimal 241 19 23 0 0.92 0.90 0.05 358.92 0.89 0.51
Hex F1 13 17 0 5C 5A 5 167 59 33
Octal 361 23 27 0 134 132 5 547 131 63
Binary 11110001 10011 10111 0 1011100 1011010 101 101100111 1011001 110011

Color Harmonies of #F11317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11317

Black with #F11317

Text Example


Text Example

White with #F11317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11317; }

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

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

background-color css

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

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

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

border-color css

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

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

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