Html Css Color HEX #F5020D Torch Red

📋 copy color: '#F5020D'

red 245 ◦ green 2 ◦ blue 13

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

Shades of Torch Red #F5020D

Tints of Torch Red #F5020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5%

R = 94.23%
G = 0.77%
B = 5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5020D (or 0xF5020D) is known color: Torch Red. HEX triplet: F5, 02 and 0D. RGB value is (245,2,13). Sum of RGB (Red+Green+Blue) = 245+2+13=260 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.23% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 245 - color contains mainly: red. Hex color #F5020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5020D is #0AFDF2. Grayscale: #4C4C4C. Windows color (decimal): -720371 or 852725. OLE color: 852725.

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

Color convert

RGB 245 2 13 -
CMYK 0 0.99 0.95 0.04
HSL 357.28º 0.98% 0.48% -
HSV(B) 357.28º 0.99% 0.96% -
XYZ 37.75 19.48 2.15 -
YUV 75.91 92.51 248.61 -
System Red Green Blue C M Y K H S L
Decimal 245 2 13 0 0.99 0.95 0.04 357.28 0.98 0.48
Hex F5 2 D 0 63 5F 4 165 62 30
Octal 365 2 15 0 143 137 4 545 142 60
Binary 11110101 10 1101 0 1100011 1011111 100 101100101 1100010 110000

Color Harmonies of #F5020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5020D

Black with #F5020D

Text Example


Text Example

White with #F5020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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