Html Css Color HEX #F70737 Torch Red

📋 copy color: '#F70737'

red 247 ◦ green 7 ◦ blue 55

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

Shades of Torch Red #F70737

Tints of Torch Red #F70737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 79.94%
G = 2.27%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F70737 (or 0xF70737) is known color: Torch Red. HEX triplet: F7, 07 and 37. RGB value is (247,7,55). Sum of RGB (Red+Green+Blue) = 247+7+55=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F70737 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70737 is #08F8C8. Grayscale: #545454. Windows color (decimal): -587977 or 3606519. OLE color: 3606519.

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

Color convert

RGB 247 7 55 -
CMYK 0 0.97 0.78 0.03
HSL 348º 0.94% 0.5% -
HSV(B) 348º 0.97% 0.97% -
XYZ 39.12 20.2 5.45 -
YUV 84.23 111.51 244.1 -
System Red Green Blue C M Y K H S L
Decimal 247 7 55 0 0.97 0.78 0.03 348 0.94 0.5
Hex F7 7 37 0 61 4E 3 15C 5E 32
Octal 367 7 67 0 141 116 3 534 136 62
Binary 11110111 111 110111 0 1100001 1001110 11 101011100 1011110 110010

Color Harmonies of #F70737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70737

Black with #F70737

Text Example


Text Example

White with #F70737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70737; }

 p { color: rgb(247,7,55); }

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

background-color css

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

 a { background-color: rgb(247,7,55); }

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

border-color css

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

 span { border-color: rgb(247,7,55); }

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