Html Css Color HEX #F7002C Torch Red

📋 copy color: '#F7002C'

red 247 ◦ green 0 ◦ blue 44

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

Shades of Torch Red #F7002C

Tints of Torch Red #F7002C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 15.12%

R = 84.88%
G = 0%
B = 15.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7002C (or 0xF7002C) is known color: Torch Red. HEX triplet: F7, 00 and 2C. RGB value is (247,0,44). Sum of RGB (Red+Green+Blue) = 247+0+44=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F7002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7002C is #08FFD3. Grayscale: #4E4E4E. Windows color (decimal): -589780 or 2883831. OLE color: 2883831.

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

Color convert

RGB 247 0 44 -
CMYK 0 1 0.82 0.03
HSL 349.31º 1% 0.48% -
HSV(B) 349.31º 1% 0.97% -
XYZ 38.81 19.96 4.19 -
YUV 78.87 108.33 247.92 -
System Red Green Blue C M Y K H S L
Decimal 247 0 44 0 1 0.82 0.03 349.31 1 0.48
Hex F7 0 2C 0 64 52 3 15D 64 30
Octal 367 0 54 0 144 122 3 535 144 60
Binary 11110111 0 101100 0 1100100 1010010 11 101011101 1100100 110000

Color Harmonies of #F7002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7002C

Black with #F7002C

Text Example


Text Example

White with #F7002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7002C; }

 p { color: rgb(247,0,44); }

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

background-color css

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

 a { background-color: rgb(247,0,44); }

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

border-color css

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

 span { border-color: rgb(247,0,44); }

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