Html Css Color HEX #F10914 Torch Red

📋 copy color: '#F10914'

red 241 ◦ green 9 ◦ blue 20

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

Shades of Torch Red #F10914

Tints of Torch Red #F10914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 89.26%
G = 3.33%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F10914 (or 0xF10914) is known color: Torch Red. HEX triplet: F1, 09 and 14. RGB value is (241,9,20). Sum of RGB (Red+Green+Blue) = 241+9+20=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F10914 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10914 is #0EF6EB. Grayscale: #4F4F4F. Windows color (decimal): -980716 or 1313265. OLE color: 1313265.

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

Color convert

RGB 241 9 20 -
CMYK 0 0.96 0.92 0.05
HSL 357.16º 0.93% 0.49% -
HSV(B) 357.16º 0.96% 0.95% -
XYZ 36.5 18.95 2.4 -
YUV 79.62 94.36 243.11 -
System Red Green Blue C M Y K H S L
Decimal 241 9 20 0 0.96 0.92 0.05 357.16 0.93 0.49
Hex F1 9 14 0 60 5C 5 165 5D 31
Octal 361 11 24 0 140 134 5 545 135 61
Binary 11110001 1001 10100 0 1100000 1011100 101 101100101 1011101 110001

Color Harmonies of #F10914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F10914

Black with #F10914

Text Example


Text Example

White with #F10914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F10914; }

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

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

background-color css

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

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

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

border-color css

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

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

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