Html Css Color HEX #F70438 Torch Red

📋 copy color: '#F70438'

red 247 ◦ green 4 ◦ blue 56

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

Shades of Torch Red #F70438

Tints of Torch Red #F70438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 80.46%
G = 1.3%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F70438 (or 0xF70438) is known color: Torch Red. HEX triplet: F7, 04 and 38. RGB value is (247,4,56). Sum of RGB (Red+Green+Blue) = 247+4+56=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F70438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70438 is #08FBC7. Grayscale: #525252. Windows color (decimal): -588744 or 3671287. OLE color: 3671287.

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

Color convert

RGB 247 4 56 -
CMYK 0 0.98 0.77 0.03
HSL 347.16º 0.97% 0.49% -
HSV(B) 347.16º 0.98% 0.97% -
XYZ 39.12 20.15 5.57 -
YUV 82.59 113.01 245.27 -
System Red Green Blue C M Y K H S L
Decimal 247 4 56 0 0.98 0.77 0.03 347.16 0.97 0.49
Hex F7 4 38 0 62 4D 3 15B 61 31
Octal 367 4 70 0 142 115 3 533 141 61
Binary 11110111 100 111000 0 1100010 1001101 11 101011011 1100001 110001

Color Harmonies of #F70438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70438

Black with #F70438

Text Example


Text Example

White with #F70438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70438; }

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

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

background-color css

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

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

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

border-color css

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

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

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