Html Css Color HEX #F10A16 Torch Red

📋 copy color: '#F10A16'

red 241 ◦ green 10 ◦ blue 22

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

Shades of Torch Red #F10A16

Tints of Torch Red #F10A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.66%

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

R = 88.28%
G = 3.66%
B = 8.06%

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

#F10A16 (or 0xF10A16) is known color: Torch Red. HEX triplet: F1, 0A and 16. RGB value is (241,10,22). Sum of RGB (Red+Green+Blue) = 241+10+22=273 (36% of max value = 765). Red value is 241 (94.53% from 255 or 88.28% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A16 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10A16 is #0EF5E9. Grayscale: #505050. Windows color (decimal): -980458 or 1444593. OLE color: 1444593.

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

Color convert

RGB 241 10 22 -
CMYK 0 0.96 0.91 0.05
HSL 356.88º 0.92% 0.49% -
HSV(B) 356.88º 0.96% 0.95% -
XYZ 36.53 18.98 2.5 -
YUV 80.44 95.03 242.52 -
System Red Green Blue C M Y K H S L
Decimal 241 10 22 0 0.96 0.91 0.05 356.88 0.92 0.49
Hex F1 A 16 0 60 5B 5 165 5C 31
Octal 361 12 26 0 140 133 5 545 134 61
Binary 11110001 1010 10110 0 1100000 1011011 101 101100101 1011100 110001

Color Harmonies of #F10A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10A16

Black with #F10A16

Text Example


Text Example

White with #F10A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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