Html Css Color HEX #F7002A Torch Red

📋 copy color: '#F7002A'

red 247 ◦ green 0 ◦ blue 42

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

Shades of Torch Red #F7002A

Tints of Torch Red #F7002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 85.47%
G = 0%
B = 14.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7002A (or 0xF7002A) is known color: Torch Red. HEX triplet: F7, 00 and 2A. RGB value is (247,0,42). Sum of RGB (Red+Green+Blue) = 247+0+42=289 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.47% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 247 - color contains mainly: red. Hex color #F7002A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7002A is #08FFD5. Grayscale: #4E4E4E. Windows color (decimal): -589782 or 2752759. OLE color: 2752759.

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

Color convert

RGB 247 0 42 -
CMYK 0 1 0.83 0.03
HSL 349.8º 1% 0.48% -
HSV(B) 349.8º 1% 0.97% -
XYZ 38.78 19.94 4 -
YUV 78.64 107.33 248.08 -
System Red Green Blue C M Y K H S L
Decimal 247 0 42 0 1 0.83 0.03 349.8 1 0.48
Hex F7 0 2A 0 64 53 3 15E 64 30
Octal 367 0 52 0 144 123 3 536 144 60
Binary 11110111 0 101010 0 1100100 1010011 11 101011110 1100100 110000

Color Harmonies of #F7002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7002A

Black with #F7002A

Text Example


Text Example

White with #F7002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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