Html Css Color HEX #F70A2A Torch Red

📋 copy color: '#F70A2A'

red 247 ◦ green 10 ◦ blue 42

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

Shades of Torch Red #F70A2A

Tints of Torch Red #F70A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 82.61%
G = 3.34%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F70A2A (or 0xF70A2A) is known color: Torch Red. HEX triplet: F7, 0A and 2A. RGB value is (247,10,42). Sum of RGB (Red+Green+Blue) = 247+10+42=299 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.61% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70A2A is #08F5D5. Grayscale: #545454. Windows color (decimal): -587222 or 2755319. OLE color: 2755319.

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

Color convert

RGB 247 10 42 -
CMYK 0 0.96 0.83 0.03
HSL 351.9º 0.94% 0.5% -
HSV(B) 351.9º 0.96% 0.97% -
XYZ 38.88 20.16 4.03 -
YUV 84.51 104.02 243.9 -
System Red Green Blue C M Y K H S L
Decimal 247 10 42 0 0.96 0.83 0.03 351.9 0.94 0.5
Hex F7 A 2A 0 60 53 3 160 5E 32
Octal 367 12 52 0 140 123 3 540 136 62
Binary 11110111 1010 101010 0 1100000 1010011 11 101100000 1011110 110010

Color Harmonies of #F70A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70A2A

Black with #F70A2A

Text Example


Text Example

White with #F70A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70A2A; }

 p { color: rgb(247,10,42); }

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

background-color css

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

 a { background-color: rgb(247,10,42); }

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

border-color css

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

 span { border-color: rgb(247,10,42); }

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