Html Css Color HEX #F40319 Torch Red

📋 copy color: '#F40319'

red 244 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #F40319

Tints of Torch Red #F40319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 89.71%
G = 1.1%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F40319 (or 0xF40319) is known color: Torch Red. HEX triplet: F4, 03 and 19. RGB value is (244,3,25). Sum of RGB (Red+Green+Blue) = 244+3+25=272 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.71% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 244 - color contains mainly: red. Hex color #F40319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40319 is #0BFCE6. Grayscale: #4D4D4D. Windows color (decimal): -785639 or 1639412. OLE color: 1639412.

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

Color convert

RGB 244 3 25 -
CMYK 0 0.99 0.90 0.04
HSL 354.52º 0.98% 0.48% -
HSV(B) 354.52º 0.99% 0.96% -
XYZ 37.52 19.37 2.68 -
YUV 77.57 98.34 246.71 -
System Red Green Blue C M Y K H S L
Decimal 244 3 25 0 0.99 0.90 0.04 354.52 0.98 0.48
Hex F4 3 19 0 63 5A 4 163 62 30
Octal 364 3 31 0 143 132 4 543 142 60
Binary 11110100 11 11001 0 1100011 1011010 100 101100011 1100010 110000

Color Harmonies of #F40319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40319

Black with #F40319

Text Example


Text Example

White with #F40319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40319; }

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

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

background-color css

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

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

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

border-color css

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

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

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