Html Css Color HEX #F50910 Torch Red

📋 copy color: '#F50910'

red 245 ◦ green 9 ◦ blue 16

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

Shades of Torch Red #F50910

Tints of Torch Red #F50910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 90.74%
G = 3.33%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F50910 (or 0xF50910) is known color: Torch Red. HEX triplet: F5, 09 and 10. RGB value is (245,9,16). Sum of RGB (Red+Green+Blue) = 245+9+16=270 (35% of max value = 765). Red value is 245 (96.09% from 255 or 90.74% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 245 - color contains mainly: red. Hex color #F50910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50910 is #0AF6EF. Grayscale: #505050. Windows color (decimal): -718576 or 1051125. OLE color: 1051125.

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

Color convert

RGB 245 9 16 -
CMYK 0 0.96 0.93 0.04
HSL 358.22º 0.93% 0.5% -
HSV(B) 358.22º 0.96% 0.96% -
XYZ 37.85 19.65 2.29 -
YUV 80.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 245 9 16 0 0.96 0.93 0.04 358.22 0.93 0.5
Hex F5 9 10 0 60 5D 4 166 5D 32
Octal 365 11 20 0 140 135 4 546 135 62
Binary 11110101 1001 10000 0 1100000 1011101 100 101100110 1011101 110010

Color Harmonies of #F50910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50910

Black with #F50910

Text Example


Text Example

White with #F50910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50910; }

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

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

background-color css

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

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

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

border-color css

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

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

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