Html Css Color HEX #F11217 Torch Red

📋 copy color: '#F11217'

red 241 ◦ green 18 ◦ blue 23

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

Shades of Torch Red #F11217

Tints of Torch Red #F11217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

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

R = 85.46%
G = 6.38%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F11217 (or 0xF11217) is known color: Torch Red. HEX triplet: F1, 12 and 17. RGB value is (241,18,23). Sum of RGB (Red+Green+Blue) = 241+18+23=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11217 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11217 is #0EEDE8. Grayscale: #555555. Windows color (decimal): -978409 or 1512177. OLE color: 1512177.

HSL color Cylindrical-coordinate representation of color #F11217: 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.93%. Process color model (Four color, CMYK) of #F11217 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 18 23 -
CMYK 0 0.93 0.90 0.05
HSL 358.65º 0.89% 0.51% -
HSV(B) 358.65º 0.93% 0.95% -
XYZ 36.65 19.2 2.58 -
YUV 85.25 92.88 239.09 -
System Red Green Blue C M Y K H S L
Decimal 241 18 23 0 0.93 0.90 0.05 358.65 0.89 0.51
Hex F1 12 17 0 5D 5A 5 167 59 33
Octal 361 22 27 0 135 132 5 547 131 63
Binary 11110001 10010 10111 0 1011101 1011010 101 101100111 1011001 110011

Color Harmonies of #F11217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11217

Black with #F11217

Text Example


Text Example

White with #F11217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11217; }

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

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

background-color css

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

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

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

border-color css

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

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

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