Html Css Color HEX #F50824 Torch Red

📋 copy color: '#F50824'

red 245 ◦ green 8 ◦ blue 36

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

Shades of Torch Red #F50824

Tints of Torch Red #F50824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 84.78%
G = 2.77%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F50824 (or 0xF50824) is known color: Torch Red. HEX triplet: F5, 08 and 24. RGB value is (245,8,36). Sum of RGB (Red+Green+Blue) = 245+8+36=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F50824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50824 is #0AF7DB. Grayscale: #525252. Windows color (decimal): -718812 or 2361589. OLE color: 2361589.

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

Color convert

RGB 245 8 36 -
CMYK 0 0.97 0.85 0.04
HSL 352.91º 0.94% 0.5% -
HSV(B) 352.91º 0.97% 0.96% -
XYZ 38.06 19.71 3.47 -
YUV 82.06 102.02 244.22 -
System Red Green Blue C M Y K H S L
Decimal 245 8 36 0 0.97 0.85 0.04 352.91 0.94 0.5
Hex F5 8 24 0 61 55 4 161 5E 32
Octal 365 10 44 0 141 125 4 541 136 62
Binary 11110101 1000 100100 0 1100001 1010101 100 101100001 1011110 110010

Color Harmonies of #F50824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50824

Black with #F50824

Text Example


Text Example

White with #F50824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50824; }

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

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

background-color css

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

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

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

border-color css

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

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

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