Html Css Color HEX #F70510 Torch Red

📋 copy color: '#F70510'

red 247 ◦ green 5 ◦ blue 16

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

Shades of Torch Red #F70510

Tints of Torch Red #F70510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.87%

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 92.16%
G = 1.87%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F70510 (or 0xF70510) is known color: Torch Red. HEX triplet: F7, 05 and 10. RGB value is (247,5,16). Sum of RGB (Red+Green+Blue) = 247+5+16=268 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.16% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 247 - color contains mainly: red. Hex color #F70510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70510 is #08FAEF. Grayscale: #4E4E4E. Windows color (decimal): -588528 or 1050103. OLE color: 1050103.

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

Color convert

RGB 247 5 16 -
CMYK 0 0.98 0.94 0.03
HSL 357.27º 0.96% 0.49% -
HSV(B) 357.27º 0.98% 0.97% -
XYZ 38.51 19.92 2.31 -
YUV 78.61 92.67 248.11 -
System Red Green Blue C M Y K H S L
Decimal 247 5 16 0 0.98 0.94 0.03 357.27 0.96 0.49
Hex F7 5 10 0 62 5E 3 165 60 31
Octal 367 5 20 0 142 136 3 545 140 61
Binary 11110111 101 10000 0 1100010 1011110 11 101100101 1100000 110001

Color Harmonies of #F70510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70510

Black with #F70510

Text Example


Text Example

White with #F70510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70510; }

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

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

background-color css

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

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

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

border-color css

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

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

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