Html Css Color HEX #F10F16 Torch Red

📋 copy color: '#F10F16'

red 241 ◦ green 15 ◦ blue 22

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

Shades of Torch Red #F10F16

Tints of Torch Red #F10F16

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.4%

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

R = 86.69%
G = 5.4%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F10F16 (or 0xF10F16) is known color: Torch Red. HEX triplet: F1, 0F and 16. RGB value is (241,15,22). Sum of RGB (Red+Green+Blue) = 241+15+22=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F16 is #0EF0E9. Grayscale: #535353. Windows color (decimal): -979178 or 1445873. OLE color: 1445873.

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

Color convert

RGB 241 15 22 -
CMYK 0 0.94 0.91 0.05
HSL 358.14º 0.89% 0.5% -
HSV(B) 358.14º 0.94% 0.95% -
XYZ 36.59 19.1 2.52 -
YUV 83.37 93.37 240.43 -
System Red Green Blue C M Y K H S L
Decimal 241 15 22 0 0.94 0.91 0.05 358.14 0.89 0.5
Hex F1 F 16 0 5E 5B 5 166 59 32
Octal 361 17 26 0 136 133 5 546 131 62
Binary 11110001 1111 10110 0 1011110 1011011 101 101100110 1011001 110010

Color Harmonies of #F10F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F16

Black with #F10F16

Text Example


Text Example

White with #F10F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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