Html Css Color HEX #F40513 Torch Red

📋 copy color: '#F40513'

red 244 ◦ green 5 ◦ blue 19

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

Shades of Torch Red #F40513

Tints of Torch Red #F40513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 91.04%
G = 1.87%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F40513 (or 0xF40513) is known color: Torch Red. HEX triplet: F4, 05 and 13. RGB value is (244,5,19). Sum of RGB (Red+Green+Blue) = 244+5+19=268 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.04% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 244 - color contains mainly: red. Hex color #F40513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40513 is #0BFAEC. Grayscale: #4E4E4E. Windows color (decimal): -785133 or 1246708. OLE color: 1246708.

HSL color Cylindrical-coordinate representation of color #F40513: hue angle of 356.49º degrees, saturation: 0.96, 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 #F40513 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 5 19 -
CMYK 0 0.98 0.92 0.04
HSL 356.49º 0.96% 0.49% -
HSV(B) 356.49º 0.98% 0.96% -
XYZ 37.48 19.39 2.38 -
YUV 78.06 94.68 246.36 -
System Red Green Blue C M Y K H S L
Decimal 244 5 19 0 0.98 0.92 0.04 356.49 0.96 0.49
Hex F4 5 13 0 62 5C 4 164 60 31
Octal 364 5 23 0 142 134 4 544 140 61
Binary 11110100 101 10011 0 1100010 1011100 100 101100100 1100000 110001

Color Harmonies of #F40513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F40513

Black with #F40513

Text Example


Text Example

White with #F40513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F40513; }

 p { color: rgb(244,5,19); }

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

background-color css

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

 a { background-color: rgb(244,5,19); }

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

border-color css

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

 span { border-color: rgb(244,5,19); }

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