Html Css Color HEX #F10F19 Torch Red

📋 copy color: '#F10F19'

red 241 ◦ green 15 ◦ blue 25

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

Shades of Torch Red #F10F19

Tints of Torch Red #F10F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 85.77%
G = 5.34%
B = 8.9%

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

#F10F19 (or 0xF10F19) is known color: Torch Red. HEX triplet: F1, 0F and 19. RGB value is (241,15,25). Sum of RGB (Red+Green+Blue) = 241+15+25=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F19 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F19 is #0EF0E6. Grayscale: #535353. Windows color (decimal): -979175 or 1642481. OLE color: 1642481.

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

Color convert

RGB 241 15 25 -
CMYK 0 0.94 0.90 0.05
HSL 357.35º 0.89% 0.5% -
HSV(B) 357.35º 0.94% 0.95% -
XYZ 36.62 19.11 2.68 -
YUV 83.71 94.87 240.19 -
System Red Green Blue C M Y K H S L
Decimal 241 15 25 0 0.94 0.90 0.05 357.35 0.89 0.5
Hex F1 F 19 0 5E 5A 5 165 59 32
Octal 361 17 31 0 136 132 5 545 131 62
Binary 11110001 1111 11001 0 1011110 1011010 101 101100101 1011001 110010

Color Harmonies of #F10F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10F19

Black with #F10F19

Text Example


Text Example

White with #F10F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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