Html Css Color HEX #F7122B Torch Red

📋 copy color: '#F7122B'

red 247 ◦ green 18 ◦ blue 43

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

Shades of Torch Red #F7122B

Tints of Torch Red #F7122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 80.19%
G = 5.84%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7122B (or 0xF7122B) is known color: Torch Red. HEX triplet: F7, 12 and 2B. RGB value is (247,18,43). Sum of RGB (Red+Green+Blue) = 247+18+43=308 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.19% from 308); Green value is 18 (7.42% from 255 or 5.84% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 247 - color contains mainly: red. Hex color #F7122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7122B is #08EDD4. Grayscale: #595959. Windows color (decimal): -585173 or 2822903. OLE color: 2822903.

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

Color convert

RGB 247 18 43 -
CMYK 0 0.93 0.83 0.03
HSL 353.45º 0.93% 0.52% -
HSV(B) 353.45º 0.93% 0.97% -
XYZ 39.01 20.38 4.16 -
YUV 89.32 101.87 240.47 -
System Red Green Blue C M Y K H S L
Decimal 247 18 43 0 0.93 0.83 0.03 353.45 0.93 0.52
Hex F7 12 2B 0 5D 53 3 161 5D 34
Octal 367 22 53 0 135 123 3 541 135 64
Binary 11110111 10010 101011 0 1011101 1010011 11 101100001 1011101 110100

Color Harmonies of #F7122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7122B

Black with #F7122B

Text Example


Text Example

White with #F7122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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