Html Css Color HEX #F70219 Torch Red

📋 copy color: '#F70219'

red 247 ◦ green 2 ◦ blue 25

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

Shades of Torch Red #F70219

Tints of Torch Red #F70219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 90.15%
G = 0.73%
B = 9.12%

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

#F70219 (or 0xF70219) is known color: Torch Red. HEX triplet: F7, 02 and 19. RGB value is (247,2,25). Sum of RGB (Red+Green+Blue) = 247+2+25=274 (36% of max value = 765). Red value is 247 (96.88% from 255 or 90.15% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 247 - color contains mainly: red. Hex color #F70219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70219 is #08FDE6. Grayscale: #4E4E4E. Windows color (decimal): -589287 or 1639159. OLE color: 1639159.

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

Color convert

RGB 247 2 25 -
CMYK 0 0.99 0.90 0.03
HSL 354.37º 0.98% 0.49% -
HSV(B) 354.37º 0.99% 0.97% -
XYZ 38.55 19.89 2.73 -
YUV 77.88 98.17 248.63 -
System Red Green Blue C M Y K H S L
Decimal 247 2 25 0 0.99 0.90 0.03 354.37 0.98 0.49
Hex F7 2 19 0 63 5A 3 162 62 31
Octal 367 2 31 0 143 132 3 542 142 61
Binary 11110111 10 11001 0 1100011 1011010 11 101100010 1100010 110001

Color Harmonies of #F70219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70219

Black with #F70219

Text Example


Text Example

White with #F70219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70219; }

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

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

background-color css

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

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

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

border-color css

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

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

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