Html Css Color HEX #F70B18 Torch Red

📋 copy color: '#F70B18'

red 247 ◦ green 11 ◦ blue 24

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

Shades of Torch Red #F70B18

Tints of Torch Red #F70B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

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

R = 87.59%
G = 3.9%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F70B18 (or 0xF70B18) is known color: Torch Red. HEX triplet: F7, 0B and 18. RGB value is (247,11,24). Sum of RGB (Red+Green+Blue) = 247+11+24=282 (37% of max value = 765). Red value is 247 (96.88% from 255 or 87.59% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70B18 is #08F4E7. Grayscale: #535353. Windows color (decimal): -586984 or 1575927. OLE color: 1575927.

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

Color convert

RGB 247 11 24 -
CMYK 0 0.96 0.90 0.03
HSL 356.69º 0.94% 0.51% -
HSV(B) 356.69º 0.96% 0.97% -
XYZ 38.64 20.08 2.7 -
YUV 83.05 94.69 244.94 -
System Red Green Blue C M Y K H S L
Decimal 247 11 24 0 0.96 0.90 0.03 356.69 0.94 0.51
Hex F7 B 18 0 60 5A 3 165 5E 33
Octal 367 13 30 0 140 132 3 545 136 63
Binary 11110111 1011 11000 0 1100000 1011010 11 101100101 1011110 110011

Color Harmonies of #F70B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70B18

Black with #F70B18

Text Example


Text Example

White with #F70B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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