Html Css Color HEX #F11819 Torch Red

📋 copy color: '#F11819'

red 241 ◦ green 24 ◦ blue 25

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

Shades of Torch Red #F11819

Tints of Torch Red #F11819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 83.1%
G = 8.28%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F11819 (or 0xF11819) is known color: Torch Red. HEX triplet: F1, 18 and 19. RGB value is (241,24,25). Sum of RGB (Red+Green+Blue) = 241+24+25=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F11819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11819 is #0EE7E6. Grayscale: #595959. Windows color (decimal): -976871 or 1644785. OLE color: 1644785.

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

Color convert

RGB 241 24 25 -
CMYK 0 0.90 0.90 0.05
HSL 359.72º 0.89% 0.52% -
HSV(B) 359.72º 0.9% 0.95% -
XYZ 36.78 19.42 2.73 -
YUV 89 91.89 236.42 -
System Red Green Blue C M Y K H S L
Decimal 241 24 25 0 0.90 0.90 0.05 359.72 0.89 0.52
Hex F1 18 19 0 5A 5A 5 168 59 34
Octal 361 30 31 0 132 132 5 550 131 64
Binary 11110001 11000 11001 0 1011010 1011010 101 101101000 1011001 110100

Color Harmonies of #F11819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11819

Black with #F11819

Text Example


Text Example

White with #F11819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11819; }

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

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

background-color css

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

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

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

border-color css

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

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

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