Html Css Color HEX #F70422 Torch Red

📋 copy color: '#F70422'

red 247 ◦ green 4 ◦ blue 34

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

Shades of Torch Red #F70422

Tints of Torch Red #F70422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 86.67%
G = 1.4%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F70422 (or 0xF70422) is known color: Torch Red. HEX triplet: F7, 04 and 22. RGB value is (247,4,34). Sum of RGB (Red+Green+Blue) = 247+4+34=285 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.67% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 247 - color contains mainly: red. Hex color #F70422 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70422 is #08FBDD. Grayscale: #505050. Windows color (decimal): -588766 or 2229495. OLE color: 2229495.

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

Color convert

RGB 247 4 34 -
CMYK 0 0.98 0.86 0.03
HSL 352.59º 0.97% 0.49% -
HSV(B) 352.59º 0.98% 0.97% -
XYZ 38.69 19.98 3.33 -
YUV 80.08 102.01 247.06 -
System Red Green Blue C M Y K H S L
Decimal 247 4 34 0 0.98 0.86 0.03 352.59 0.97 0.49
Hex F7 4 22 0 62 56 3 161 61 31
Octal 367 4 42 0 142 126 3 541 141 61
Binary 11110111 100 100010 0 1100010 1010110 11 101100001 1100001 110001

Color Harmonies of #F70422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70422

Black with #F70422

Text Example


Text Example

White with #F70422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70422; }

 p { color: rgb(247,4,34); }

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

background-color css

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

 a { background-color: rgb(247,4,34); }

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

border-color css

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

 span { border-color: rgb(247,4,34); }

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