Html Css Color HEX #F7020D Torch Red

📋 copy color: '#F7020D'

red 247 ◦ green 2 ◦ blue 13

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

Shades of Torch Red #F7020D

Tints of Torch Red #F7020D

RGB

 RED value IS 247 (96.88% from 255) = 94.27%

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

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

R = 94.27%
G = 0.76%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7020D (or 0xF7020D) is known color: Torch Red. HEX triplet: F7, 02 and 0D. RGB value is (247,2,13). Sum of RGB (Red+Green+Blue) = 247+2+13=262 (34% of max value = 765). Red value is 247 (96.88% from 255 or 94.27% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 247 - color contains mainly: red. Hex color #F7020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7020D is #08FDF2. Grayscale: #4C4C4C. Windows color (decimal): -589299 or 852727. OLE color: 852727.

HSL color Cylindrical-coordinate representation of color #F7020D: hue angle of 357.31º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7020D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 2 13 -
CMYK 0 0.99 0.95 0.03
HSL 357.31º 0.98% 0.49% -
HSV(B) 357.31º 0.99% 0.97% -
XYZ 38.45 19.85 2.18 -
YUV 76.51 92.17 249.61 -
System Red Green Blue C M Y K H S L
Decimal 247 2 13 0 0.99 0.95 0.03 357.31 0.98 0.49
Hex F7 2 D 0 63 5F 3 165 62 31
Octal 367 2 15 0 143 137 3 545 142 61
Binary 11110111 10 1101 0 1100011 1011111 11 101100101 1100010 110001

Color Harmonies of #F7020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7020D

Black with #F7020D

Text Example


Text Example

White with #F7020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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