Html Css Color HEX #F70610 Torch Red

📋 copy color: '#F70610'

red 247 ◦ green 6 ◦ blue 16

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

Shades of Torch Red #F70610

Tints of Torch Red #F70610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.23%

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

R = 91.82%
G = 2.23%
B = 5.95%

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

#F70610 (or 0xF70610) is known color: Torch Red. HEX triplet: F7, 06 and 10. RGB value is (247,6,16). Sum of RGB (Red+Green+Blue) = 247+6+16=269 (35% of max value = 765). Red value is 247 (96.88% from 255 or 91.82% from 269); Green value is 6 (2.73% from 255 or 2.23% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 247 - color contains mainly: red. Hex color #F70610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70610 is #08F9EF. Grayscale: #4F4F4F. Windows color (decimal): -588272 or 1050359. OLE color: 1050359.

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

Color convert

RGB 247 6 16 -
CMYK 0 0.98 0.94 0.03
HSL 357.51º 0.95% 0.5% -
HSV(B) 357.51º 0.98% 0.97% -
XYZ 38.52 19.94 2.31 -
YUV 79.2 92.34 247.69 -
System Red Green Blue C M Y K H S L
Decimal 247 6 16 0 0.98 0.94 0.03 357.51 0.95 0.5
Hex F7 6 10 0 62 5E 3 166 5F 32
Octal 367 6 20 0 142 136 3 546 137 62
Binary 11110111 110 10000 0 1100010 1011110 11 101100110 1011111 110010

Color Harmonies of #F70610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70610

Black with #F70610

Text Example


Text Example

White with #F70610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70610; }

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

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

background-color css

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

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

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

border-color css

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

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

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