Html Css Color HEX #F40119 Torch Red

📋 copy color: '#F40119'

red 244 ◦ green 1 ◦ blue 25

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

Shades of Torch Red #F40119

Tints of Torch Red #F40119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 90.37%
G = 0.37%
B = 9.26%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F40119 (or 0xF40119) is known color: Torch Red. HEX triplet: F4, 01 and 19. RGB value is (244,1,25). Sum of RGB (Red+Green+Blue) = 244+1+25=270 (35% of max value = 765). Red value is 244 (95.70% from 255 or 90.37% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 244 - color contains mainly: red. Hex color #F40119 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40119 is #0BFEE6. Grayscale: #4C4C4C. Windows color (decimal): -786151 or 1638900. OLE color: 1638900.

HSL color Cylindrical-coordinate representation of color #F40119: hue angle of 354.07º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40119 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 25 -
CMYK 0 1.00 0.90 0.04
HSL 354.07º 0.99% 0.48% -
HSV(B) 354.07º 1% 0.96% -
XYZ 37.49 19.32 2.67 -
YUV 76.39 99.01 247.55 -
System Red Green Blue C M Y K H S L
Decimal 244 1 25 0 1.00 0.90 0.04 354.07 0.99 0.48
Hex F4 1 19 0 64 5A 4 162 63 30
Octal 364 1 31 0 144 132 4 542 143 60
Binary 11110100 1 11001 0 1100100 1011010 100 101100010 1100011 110000

Color Harmonies of #F40119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40119

Black with #F40119

Text Example


Text Example

White with #F40119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40119; }

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

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

background-color css

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

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

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

border-color css

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

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

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