Html Css Color HEX #F70426 Torch Red

📋 copy color: '#F70426'

red 247 ◦ green 4 ◦ blue 38

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

Shades of Torch Red #F70426

Tints of Torch Red #F70426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 85.47%
G = 1.38%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F70426 (or 0xF70426) is known color: Torch Red. HEX triplet: F7, 04 and 26. RGB value is (247,4,38). Sum of RGB (Red+Green+Blue) = 247+4+38=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F70426 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70426 is #08FBD9. Grayscale: #505050. Windows color (decimal): -588762 or 2491639. OLE color: 2491639.

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

Color convert

RGB 247 4 38 -
CMYK 0 0.98 0.85 0.03
HSL 351.6º 0.97% 0.49% -
HSV(B) 351.6º 0.98% 0.97% -
XYZ 38.75 20 3.65 -
YUV 80.53 104.01 246.74 -
System Red Green Blue C M Y K H S L
Decimal 247 4 38 0 0.98 0.85 0.03 351.6 0.97 0.49
Hex F7 4 26 0 62 55 3 160 61 31
Octal 367 4 46 0 142 125 3 540 141 61
Binary 11110111 100 100110 0 1100010 1010101 11 101100000 1100001 110001

Color Harmonies of #F70426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70426

Black with #F70426

Text Example


Text Example

White with #F70426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70426; }

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

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

background-color css

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

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

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

border-color css

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

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

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