Html Css Color HEX #F7040D Torch Red

📋 copy color: '#F7040D'

red 247 ◦ green 4 ◦ blue 13

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

Shades of Torch Red #F7040D

Tints of Torch Red #F7040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 93.56%
G = 1.52%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7040D (or 0xF7040D) is known color: Torch Red. HEX triplet: F7, 04 and 0D. RGB value is (247,4,13). Sum of RGB (Red+Green+Blue) = 247+4+13=264 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.56% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 247 - color contains mainly: red. Hex color #F7040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7040D is #08FBF2. Grayscale: #4D4D4D. Windows color (decimal): -588787 or 853239. OLE color: 853239.

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

Color convert

RGB 247 4 13 -
CMYK 0 0.98 0.95 0.03
HSL 357.78º 0.97% 0.49% -
HSV(B) 357.78º 0.98% 0.97% -
XYZ 38.47 19.89 2.19 -
YUV 77.68 91.51 248.77 -
System Red Green Blue C M Y K H S L
Decimal 247 4 13 0 0.98 0.95 0.03 357.78 0.97 0.49
Hex F7 4 D 0 62 5F 3 166 61 31
Octal 367 4 15 0 142 137 3 546 141 61
Binary 11110111 100 1101 0 1100010 1011111 11 101100110 1100001 110001

Color Harmonies of #F7040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7040D

Black with #F7040D

Text Example


Text Example

White with #F7040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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