Html Css Color HEX #F40419 Torch Red

📋 copy color: '#F40419'

red 244 ◦ green 4 ◦ blue 25

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

Shades of Torch Red #F40419

Tints of Torch Red #F40419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 89.38%
G = 1.47%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F40419 (or 0xF40419) is known color: Torch Red. HEX triplet: F4, 04 and 19. RGB value is (244,4,25). Sum of RGB (Red+Green+Blue) = 244+4+25=273 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.38% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 244 - color contains mainly: red. Hex color #F40419 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40419 is #0BFBE6. Grayscale: #4E4E4E. Windows color (decimal): -785383 or 1639668. OLE color: 1639668.

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

Color convert

RGB 244 4 25 -
CMYK 0 0.98 0.90 0.04
HSL 354.75º 0.97% 0.49% -
HSV(B) 354.75º 0.98% 0.96% -
XYZ 37.53 19.39 2.68 -
YUV 78.15 98.01 246.29 -
System Red Green Blue C M Y K H S L
Decimal 244 4 25 0 0.98 0.90 0.04 354.75 0.97 0.49
Hex F4 4 19 0 62 5A 4 163 61 31
Octal 364 4 31 0 142 132 4 543 141 61
Binary 11110100 100 11001 0 1100010 1011010 100 101100011 1100001 110001

Color Harmonies of #F40419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40419

Black with #F40419

Text Example


Text Example

White with #F40419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40419; }

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

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

background-color css

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

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

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

border-color css

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

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

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