Html Css Color HEX #F7121E Torch Red

📋 copy color: '#F7121E'

red 247 ◦ green 18 ◦ blue 30

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

Shades of Torch Red #F7121E

Tints of Torch Red #F7121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 83.73%
G = 6.1%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F7121E (or 0xF7121E) is known color: Torch Red. HEX triplet: F7, 12 and 1E. RGB value is (247,18,30). Sum of RGB (Red+Green+Blue) = 247+18+30=295 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.73% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 247 - color contains mainly: red. Hex color #F7121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7121E is #08EDE1. Grayscale: #585858. Windows color (decimal): -585186 or 1970935. OLE color: 1970935.

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

Color convert

RGB 247 18 30 -
CMYK 0 0.93 0.88 0.03
HSL 356.86º 0.93% 0.52% -
HSV(B) 356.86º 0.93% 0.97% -
XYZ 38.81 20.3 3.1 -
YUV 87.84 95.37 241.52 -
System Red Green Blue C M Y K H S L
Decimal 247 18 30 0 0.93 0.88 0.03 356.86 0.93 0.52
Hex F7 12 1E 0 5D 58 3 165 5D 34
Octal 367 22 36 0 135 130 3 545 135 64
Binary 11110111 10010 11110 0 1011101 1011000 11 101100101 1011101 110100

Color Harmonies of #F7121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7121E

Black with #F7121E

Text Example


Text Example

White with #F7121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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