Html Css Color HEX #F7122F Torch Red

📋 copy color: '#F7122F'

red 247 ◦ green 18 ◦ blue 47

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

Shades of Torch Red #F7122F

Tints of Torch Red #F7122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 79.17%
G = 5.77%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7122F (or 0xF7122F) is known color: Torch Red. HEX triplet: F7, 12 and 2F. RGB value is (247,18,47). Sum of RGB (Red+Green+Blue) = 247+18+47=312 (41% of max value = 765). Red value is 247 (96.88% from 255 or 79.17% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 247 - color contains mainly: red. Hex color #F7122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7122F is #08EDD0. Grayscale: #595959. Windows color (decimal): -585169 or 3085047. OLE color: 3085047.

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

Color convert

RGB 247 18 47 -
CMYK 0 0.93 0.81 0.03
HSL 352.4º 0.93% 0.52% -
HSV(B) 352.4º 0.93% 0.97% -
XYZ 39.09 20.41 4.57 -
YUV 89.78 103.87 240.14 -
System Red Green Blue C M Y K H S L
Decimal 247 18 47 0 0.93 0.81 0.03 352.4 0.93 0.52
Hex F7 12 2F 0 5D 51 3 160 5D 34
Octal 367 22 57 0 135 121 3 540 135 64
Binary 11110111 10010 101111 0 1011101 1010001 11 101100000 1011101 110100

Color Harmonies of #F7122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7122F

Black with #F7122F

Text Example


Text Example

White with #F7122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7122F; }

 p { color: rgb(247,18,47); }

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

background-color css

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

 a { background-color: rgb(247,18,47); }

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

border-color css

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

 span { border-color: rgb(247,18,47); }

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