Html Css Color HEX #F11419 Torch Red

📋 copy color: '#F11419'

red 241 ◦ green 20 ◦ blue 25

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

Shades of Torch Red #F11419

Tints of Torch Red #F11419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

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

R = 84.27%
G = 6.99%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F11419 (or 0xF11419) is known color: Torch Red. HEX triplet: F1, 14 and 19. RGB value is (241,20,25). Sum of RGB (Red+Green+Blue) = 241+20+25=286 (37% of max value = 765). Red value is 241 (94.53% from 255 or 84.27% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 241 - color contains mainly: red. Hex color #F11419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11419 is #0EEBE6. Grayscale: #565656. Windows color (decimal): -977895 or 1643761. OLE color: 1643761.

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

Color convert

RGB 241 20 25 -
CMYK 0 0.92 0.90 0.05
HSL 358.64º 0.89% 0.51% -
HSV(B) 358.64º 0.92% 0.95% -
XYZ 36.7 19.27 2.71 -
YUV 86.65 93.22 238.09 -
System Red Green Blue C M Y K H S L
Decimal 241 20 25 0 0.92 0.90 0.05 358.64 0.89 0.51
Hex F1 14 19 0 5C 5A 5 167 59 33
Octal 361 24 31 0 134 132 5 547 131 63
Binary 11110001 10100 11001 0 1011100 1011010 101 101100111 1011001 110011

Color Harmonies of #F11419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11419

Black with #F11419

Text Example


Text Example

White with #F11419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11419; }

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

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

background-color css

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

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

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

border-color css

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

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

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