Html Css Color HEX #F70012 Torch Red

📋 copy color: '#F70012'

red 247 ◦ green 0 ◦ blue 18

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

Shades of Torch Red #F70012

Tints of Torch Red #F70012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.21%
G = 0%
B = 6.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F70012 (or 0xF70012) is known color: Torch Red. HEX triplet: F7, 00 and 12. RGB value is (247,0,18). Sum of RGB (Red+Green+Blue) = 247+0+18=265 (35% of max value = 765). Red value is 247 (96.88% from 255 or 93.21% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 247 - color contains mainly: red. Hex color #F70012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70012 is #08FFED. Grayscale: #4C4C4C. Windows color (decimal): -589806 or 1179895. OLE color: 1179895.

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

Color convert

RGB 247 0 18 -
CMYK 0 1 0.93 0.03
HSL 355.63º 1% 0.48% -
HSV(B) 355.63º 1% 0.97% -
XYZ 38.47 19.82 2.37 -
YUV 75.91 95.33 250.04 -
System Red Green Blue C M Y K H S L
Decimal 247 0 18 0 1 0.93 0.03 355.63 1 0.48
Hex F7 0 12 0 64 5D 3 164 64 30
Octal 367 0 22 0 144 135 3 544 144 60
Binary 11110111 0 10010 0 1100100 1011101 11 101100100 1100100 110000

Color Harmonies of #F70012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70012

Black with #F70012

Text Example


Text Example

White with #F70012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70012; }

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

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

background-color css

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

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

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

border-color css

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

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

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