Html Css Color HEX #F70340 Torch Red

📋 copy color: '#F70340'

red 247 ◦ green 3 ◦ blue 64

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

Shades of Torch Red #F70340

Tints of Torch Red #F70340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.96%

 BLUE value IS 64 (25.39% from 255) = 20.38%

R = 78.66%
G = 0.96%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F70340 (or 0xF70340) is known color: Torch Red. HEX triplet: F7, 03 and 40. RGB value is (247,3,64). Sum of RGB (Red+Green+Blue) = 247+3+64=314 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.66% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 247 - color contains mainly: red. Hex color #F70340 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70340 is #08FCBF. Grayscale: #525252. Windows color (decimal): -588992 or 4195319. OLE color: 4195319.

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

Color convert

RGB 247 3 64 -
CMYK 0 0.99 0.74 0.03
HSL 345º 0.98% 0.49% -
HSV(B) 345º 0.99% 0.97% -
XYZ 39.32 20.21 6.68 -
YUV 82.91 117.34 245.04 -
System Red Green Blue C M Y K H S L
Decimal 247 3 64 0 0.99 0.74 0.03 345 0.98 0.49
Hex F7 3 40 0 63 4A 3 159 62 31
Octal 367 3 100 0 143 112 3 531 142 61
Binary 11110111 11 1000000 0 1100011 1001010 11 101011001 1100010 110001

Color Harmonies of #F70340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70340

Black with #F70340

Text Example


Text Example

White with #F70340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70340; }

 p { color: rgb(247,3,64); }

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

background-color css

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

 a { background-color: rgb(247,3,64); }

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

border-color css

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

 span { border-color: rgb(247,3,64); }

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