Html Css Color HEX #F70319 Torch Red

📋 copy color: '#F70319'

red 247 ◦ green 3 ◦ blue 25

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

Shades of Torch Red #F70319

Tints of Torch Red #F70319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 89.82%
G = 1.09%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F70319 (or 0xF70319) is known color: Torch Red. HEX triplet: F7, 03 and 19. RGB value is (247,3,25). Sum of RGB (Red+Green+Blue) = 247+3+25=275 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.82% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 247 - color contains mainly: red. Hex color #F70319 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70319 is #08FCE6. Grayscale: #4E4E4E. Windows color (decimal): -589031 or 1639415. OLE color: 1639415.

HSL color Cylindrical-coordinate representation of color #F70319: hue angle of 354.59º 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 #F70319 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 3 25 -
CMYK 0 0.99 0.90 0.03
HSL 354.59º 0.98% 0.49% -
HSV(B) 354.59º 0.99% 0.97% -
XYZ 38.57 19.91 2.73 -
YUV 78.46 97.84 248.21 -
System Red Green Blue C M Y K H S L
Decimal 247 3 25 0 0.99 0.90 0.03 354.59 0.98 0.49
Hex F7 3 19 0 63 5A 3 163 62 31
Octal 367 3 31 0 143 132 3 543 142 61
Binary 11110111 11 11001 0 1100011 1011010 11 101100011 1100010 110001

Color Harmonies of #F70319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70319

Black with #F70319

Text Example


Text Example

White with #F70319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70319; }

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

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

background-color css

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

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

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

border-color css

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

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

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