Html Css Color HEX #F71012 Torch Red

📋 copy color: '#F71012'

red 247 ◦ green 16 ◦ blue 18

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

Shades of Torch Red #F71012

Tints of Torch Red #F71012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 87.9%
G = 5.69%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F71012 (or 0xF71012) is known color: Torch Red. HEX triplet: F7, 10 and 12. RGB value is (247,16,18). Sum of RGB (Red+Green+Blue) = 247+16+18=281 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.90% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 247 - color contains mainly: red. Hex color #F71012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71012 is #08EFED. Grayscale: #555555. Windows color (decimal): -585710 or 1183991. OLE color: 1183991.

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

Color convert

RGB 247 16 18 -
CMYK 0 0.94 0.93 0.03
HSL 359.48º 0.94% 0.52% -
HSV(B) 359.48º 0.94% 0.97% -
XYZ 38.65 20.19 2.43 -
YUV 85.3 90.03 243.34 -
System Red Green Blue C M Y K H S L
Decimal 247 16 18 0 0.94 0.93 0.03 359.48 0.94 0.52
Hex F7 10 12 0 5E 5D 3 167 5E 34
Octal 367 20 22 0 136 135 3 547 136 64
Binary 11110111 10000 10010 0 1011110 1011101 11 101100111 1011110 110100

Color Harmonies of #F71012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71012

Black with #F71012

Text Example


Text Example

White with #F71012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71012; }

 p { color: rgb(247,16,18); }

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

background-color css

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

 a { background-color: rgb(247,16,18); }

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

border-color css

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

 span { border-color: rgb(247,16,18); }

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