Html Css Color HEX #F50919 Torch Red

📋 copy color: '#F50919'

red 245 ◦ green 9 ◦ blue 25

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

Shades of Torch Red #F50919

Tints of Torch Red #F50919

RGB

 RED value IS 245 (96.09% from 255) = 87.81%

 GREEN value IS 9 (3.91% from 255) = 3.23%

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

R = 87.81%
G = 3.23%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F50919 (or 0xF50919) is known color: Torch Red. HEX triplet: F5, 09 and 19. RGB value is (245,9,25). Sum of RGB (Red+Green+Blue) = 245+9+25=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F50919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50919 is #0AF6E6. Grayscale: #515151. Windows color (decimal): -718567 or 1640949. OLE color: 1640949.

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

Color convert

RGB 245 9 25 -
CMYK 0 0.96 0.90 0.04
HSL 355.93º 0.93% 0.5% -
HSV(B) 355.93º 0.96% 0.96% -
XYZ 37.93 19.68 2.72 -
YUV 81.39 96.19 244.7 -
System Red Green Blue C M Y K H S L
Decimal 245 9 25 0 0.96 0.90 0.04 355.93 0.93 0.5
Hex F5 9 19 0 60 5A 4 164 5D 32
Octal 365 11 31 0 140 132 4 544 135 62
Binary 11110101 1001 11001 0 1100000 1011010 100 101100100 1011101 110010

Color Harmonies of #F50919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50919

Black with #F50919

Text Example


Text Example

White with #F50919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50919; }

 p { color: rgb(245,9,25); }

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

background-color css

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

 a { background-color: rgb(245,9,25); }

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

border-color css

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

 span { border-color: rgb(245,9,25); }

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