Html Css Color HEX #F11617 Torch Red

📋 copy color: '#F11617'

red 241 ◦ green 22 ◦ blue 23

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

Shades of Torch Red #F11617

Tints of Torch Red #F11617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

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

R = 84.27%
G = 7.69%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F11617 (or 0xF11617) is known color: Torch Red. HEX triplet: F1, 16 and 17. RGB value is (241,22,23). Sum of RGB (Red+Green+Blue) = 241+22+23=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F11617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11617 is #0EE9E8. Grayscale: #575757. Windows color (decimal): -977385 or 1513201. OLE color: 1513201.

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

Color convert

RGB 241 22 23 -
CMYK 0 0.91 0.90 0.05
HSL 359.73º 0.89% 0.52% -
HSV(B) 359.73º 0.91% 0.95% -
XYZ 36.72 19.34 2.61 -
YUV 87.6 91.55 237.42 -
System Red Green Blue C M Y K H S L
Decimal 241 22 23 0 0.91 0.90 0.05 359.73 0.89 0.52
Hex F1 16 17 0 5B 5A 5 168 59 34
Octal 361 26 27 0 133 132 5 550 131 64
Binary 11110001 10110 10111 0 1011011 1011010 101 101101000 1011001 110100

Color Harmonies of #F11617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11617

Black with #F11617

Text Example


Text Example

White with #F11617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11617; }

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

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

background-color css

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

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

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

border-color css

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

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

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