Html Css Color HEX #F11519 Torch Red

📋 copy color: '#F11519'

red 241 ◦ green 21 ◦ blue 25

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

Shades of Torch Red #F11519

Tints of Torch Red #F11519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 83.97%
G = 7.32%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F11519 (or 0xF11519) is known color: Torch Red. HEX triplet: F1, 15 and 19. RGB value is (241,21,25). Sum of RGB (Red+Green+Blue) = 241+21+25=287 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.97% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 241 - color contains mainly: red. Hex color #F11519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11519 is #0EEAE6. Grayscale: #575757. Windows color (decimal): -977639 or 1644017. OLE color: 1644017.

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

Color convert

RGB 241 21 25 -
CMYK 0 0.91 0.90 0.05
HSL 358.91º 0.89% 0.51% -
HSV(B) 358.91º 0.91% 0.95% -
XYZ 36.72 19.31 2.71 -
YUV 87.24 92.89 237.67 -
System Red Green Blue C M Y K H S L
Decimal 241 21 25 0 0.91 0.90 0.05 358.91 0.89 0.51
Hex F1 15 19 0 5B 5A 5 167 59 33
Octal 361 25 31 0 133 132 5 547 131 63
Binary 11110001 10101 11001 0 1011011 1011010 101 101100111 1011001 110011

Color Harmonies of #F11519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11519

Black with #F11519

Text Example


Text Example

White with #F11519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11519; }

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

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

background-color css

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

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

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

border-color css

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

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

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