Html Css Color HEX #F70108 Torch Red

📋 copy color: '#F70108'

red 247 ◦ green 1 ◦ blue 8

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

Shades of Torch Red #F70108

Tints of Torch Red #F70108

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 96.48%
G = 0.39%
B = 3.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#F70108 (or 0xF70108) is known color: Torch Red. HEX triplet: F7, 01 and 08. RGB value is (247,1,8). Sum of RGB (Red+Green+Blue) = 247+1+8=256 (33% of max value = 765). Red value is 247 (96.88% from 255 or 96.48% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 247 - color contains mainly: red. Hex color #F70108 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70108 is #08FEF7. Grayscale: #4B4B4B. Windows color (decimal): -589560 or 524791. OLE color: 524791.

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

Color convert

RGB 247 1 8 -
CMYK 0 1.00 0.97 0.03
HSL 358.29º 0.99% 0.49% -
HSV(B) 358.29º 1% 0.97% -
XYZ 38.41 19.81 2.03 -
YUV 75.35 90 250.43 -
System Red Green Blue C M Y K H S L
Decimal 247 1 8 0 1.00 0.97 0.03 358.29 0.99 0.49
Hex F7 1 8 0 64 61 3 166 63 31
Octal 367 1 10 0 144 141 3 546 143 61
Binary 11110111 1 1000 0 1100100 1100001 11 101100110 1100011 110001

Color Harmonies of #F70108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70108

Black with #F70108

Text Example


Text Example

White with #F70108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70108; }

 p { color: rgb(247,1,8); }

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

background-color css

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

 a { background-color: rgb(247,1,8); }

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

border-color css

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

 span { border-color: rgb(247,1,8); }

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