Html Css Color HEX #F5021C Torch Red

📋 copy color: '#F5021C'

red 245 ◦ green 2 ◦ blue 28

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

Shades of Torch Red #F5021C

Tints of Torch Red #F5021C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 28 (11.33% from 255) = 10.18%

R = 89.09%
G = 0.73%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5021C (or 0xF5021C) is known color: Torch Red. HEX triplet: F5, 02 and 1C. RGB value is (245,2,28). Sum of RGB (Red+Green+Blue) = 245+2+28=275 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.09% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 245 - color contains mainly: red. Hex color #F5021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5021C is #0AFDE3. Grayscale: #4D4D4D. Windows color (decimal): -720356 or 1835765. OLE color: 1835765.

HSL color Cylindrical-coordinate representation of color #F5021C: hue angle of 353.58º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5021C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 2 28 -
CMYK 0 0.99 0.89 0.04
HSL 353.58º 0.98% 0.48% -
HSV(B) 353.58º 0.99% 0.96% -
XYZ 37.89 19.54 2.87 -
YUV 77.62 100.01 247.39 -
System Red Green Blue C M Y K H S L
Decimal 245 2 28 0 0.99 0.89 0.04 353.58 0.98 0.48
Hex F5 2 1C 0 63 59 4 162 62 30
Octal 365 2 34 0 143 131 4 542 142 60
Binary 11110101 10 11100 0 1100011 1011001 100 101100010 1100010 110000

Color Harmonies of #F5021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5021C

Black with #F5021C

Text Example


Text Example

White with #F5021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5021C; }

 p { color: rgb(245,2,28); }

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

background-color css

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

 a { background-color: rgb(245,2,28); }

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

border-color css

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

 span { border-color: rgb(245,2,28); }

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