Html Css Color HEX #F50815 Torch Red

📋 copy color: '#F50815'

red 245 ◦ green 8 ◦ blue 21

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

Shades of Torch Red #F50815

Tints of Torch Red #F50815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 21 (8.59% from 255) = 7.66%

R = 89.42%
G = 2.92%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F50815 (or 0xF50815) is known color: Torch Red. HEX triplet: F5, 08 and 15. RGB value is (245,8,21). Sum of RGB (Red+Green+Blue) = 245+8+21=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F50815 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50815 is #0AF7EA. Grayscale: #505050. Windows color (decimal): -718827 or 1378549. OLE color: 1378549.

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

Color convert

RGB 245 8 21 -
CMYK 0 0.97 0.91 0.04
HSL 356.71º 0.94% 0.5% -
HSV(B) 356.71º 0.97% 0.96% -
XYZ 37.88 19.64 2.5 -
YUV 80.35 94.52 245.44 -
System Red Green Blue C M Y K H S L
Decimal 245 8 21 0 0.97 0.91 0.04 356.71 0.94 0.5
Hex F5 8 15 0 61 5B 4 165 5E 32
Octal 365 10 25 0 141 133 4 545 136 62
Binary 11110101 1000 10101 0 1100001 1011011 100 101100101 1011110 110010

Color Harmonies of #F50815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50815

Black with #F50815

Text Example


Text Example

White with #F50815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50815; }

 p { color: rgb(245,8,21); }

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

background-color css

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

 a { background-color: rgb(245,8,21); }

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

border-color css

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

 span { border-color: rgb(245,8,21); }

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