Html Css Color HEX #F41119 Torch Red

📋 copy color: '#F41119'

red 244 ◦ green 17 ◦ blue 25

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

Shades of Torch Red #F41119

Tints of Torch Red #F41119

RGB

 RED value IS 244 (95.7% from 255) = 85.31%

 GREEN value IS 17 (7.03% from 255) = 5.94%

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

R = 85.31%
G = 5.94%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F41119 (or 0xF41119) is known color: Torch Red. HEX triplet: F4, 11 and 19. RGB value is (244,17,25). Sum of RGB (Red+Green+Blue) = 244+17+25=286 (37% of max value = 765). Red value is 244 (95.70% from 255 or 85.31% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 244 - color contains mainly: red. Hex color #F41119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F41119 is #0BEEE6. Grayscale: #555555. Windows color (decimal): -782055 or 1642996. OLE color: 1642996.

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

Color convert

RGB 244 17 25 -
CMYK 0 0.93 0.90 0.04
HSL 357.89º 0.91% 0.51% -
HSV(B) 357.89º 0.93% 0.96% -
XYZ 37.68 19.7 2.74 -
YUV 85.79 93.71 240.85 -
System Red Green Blue C M Y K H S L
Decimal 244 17 25 0 0.93 0.90 0.04 357.89 0.91 0.51
Hex F4 11 19 0 5D 5A 4 166 5B 33
Octal 364 21 31 0 135 132 4 546 133 63
Binary 11110100 10001 11001 0 1011101 1011010 100 101100110 1011011 110011

Color Harmonies of #F41119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41119

Black with #F41119

Text Example


Text Example

White with #F41119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41119; }

 p { color: rgb(244,17,25); }

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

background-color css

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

 a { background-color: rgb(244,17,25); }

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

border-color css

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

 span { border-color: rgb(244,17,25); }

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