Html Css Color HEX #F10F18 Torch Red

📋 copy color: '#F10F18'

red 241 ◦ green 15 ◦ blue 24

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

Shades of Torch Red #F10F18

Tints of Torch Red #F10F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.57%

R = 86.07%
G = 5.36%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F10F18 (or 0xF10F18) is known color: Torch Red. HEX triplet: F1, 0F and 18. RGB value is (241,15,24). Sum of RGB (Red+Green+Blue) = 241+15+24=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F18 is #0EF0E7. Grayscale: #535353. Windows color (decimal): -979176 or 1576945. OLE color: 1576945.

HSL color Cylindrical-coordinate representation of color #F10F18: hue angle of 357.61º 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 #F10F18 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 15 24 -
CMYK 0 0.94 0.90 0.05
HSL 357.61º 0.89% 0.5% -
HSV(B) 357.61º 0.94% 0.95% -
XYZ 36.61 19.11 2.62 -
YUV 83.6 94.37 240.27 -
System Red Green Blue C M Y K H S L
Decimal 241 15 24 0 0.94 0.90 0.05 357.61 0.89 0.5
Hex F1 F 18 0 5E 5A 5 166 59 32
Octal 361 17 30 0 136 132 5 546 131 62
Binary 11110001 1111 11000 0 1011110 1011010 101 101100110 1011001 110010

Color Harmonies of #F10F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F18

Black with #F10F18

Text Example


Text Example

White with #F10F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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