Html Css Color HEX #F70818 Torch Red

📋 copy color: '#F70818'

red 247 ◦ green 8 ◦ blue 24

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

Shades of Torch Red #F70818

Tints of Torch Red #F70818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 24 (9.77% from 255) = 8.6%

R = 88.53%
G = 2.87%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F70818 (or 0xF70818) is known color: Torch Red. HEX triplet: F7, 08 and 18. RGB value is (247,8,24). Sum of RGB (Red+Green+Blue) = 247+8+24=279 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.53% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 247 - color contains mainly: red. Hex color #F70818 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70818 is #08F7E7. Grayscale: #515151. Windows color (decimal): -587752 or 1575159. OLE color: 1575159.

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

Color convert

RGB 247 8 24 -
CMYK 0 0.97 0.90 0.03
HSL 355.98º 0.94% 0.5% -
HSV(B) 355.98º 0.97% 0.97% -
XYZ 38.61 20.01 2.69 -
YUV 81.29 95.68 246.2 -
System Red Green Blue C M Y K H S L
Decimal 247 8 24 0 0.97 0.90 0.03 355.98 0.94 0.5
Hex F7 8 18 0 61 5A 3 164 5E 32
Octal 367 10 30 0 141 132 3 544 136 62
Binary 11110111 1000 11000 0 1100001 1011010 11 101100100 1011110 110010

Color Harmonies of #F70818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70818

Black with #F70818

Text Example


Text Example

White with #F70818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70818; }

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

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

background-color css

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

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

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

border-color css

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

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

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