Html Css Color HEX #F10916 Torch Red

📋 copy color: '#F10916'

red 241 ◦ green 9 ◦ blue 22

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

Shades of Torch Red #F10916

Tints of Torch Red #F10916

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 88.6%
G = 3.31%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F10916 (or 0xF10916) is known color: Torch Red. HEX triplet: F1, 09 and 16. RGB value is (241,9,22). Sum of RGB (Red+Green+Blue) = 241+9+22=272 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.60% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 241 - color contains mainly: red. Hex color #F10916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10916 is #0EF6E9. Grayscale: #505050. Windows color (decimal): -980714 or 1444337. OLE color: 1444337.

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

Color convert

RGB 241 9 22 -
CMYK 0 0.96 0.91 0.05
HSL 356.64º 0.93% 0.49% -
HSV(B) 356.64º 0.96% 0.95% -
XYZ 36.52 18.95 2.49 -
YUV 79.85 95.36 242.94 -
System Red Green Blue C M Y K H S L
Decimal 241 9 22 0 0.96 0.91 0.05 356.64 0.93 0.49
Hex F1 9 16 0 60 5B 5 165 5D 31
Octal 361 11 26 0 140 133 5 545 135 61
Binary 11110001 1001 10110 0 1100000 1011011 101 101100101 1011101 110001

Color Harmonies of #F10916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10916

Black with #F10916

Text Example


Text Example

White with #F10916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10916; }

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

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

background-color css

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

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

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

border-color css

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

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

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