Html Css Color HEX #F7003C Torch Red

📋 copy color: '#F7003C'

red 247 ◦ green 0 ◦ blue 60

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

Shades of Torch Red #F7003C

Tints of Torch Red #F7003C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 80.46%
G = 0%
B = 19.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7003C (or 0xF7003C) is known color: Torch Red. HEX triplet: F7, 00 and 3C. RGB value is (247,0,60). Sum of RGB (Red+Green+Blue) = 247+0+60=307 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.46% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 247 - color contains mainly: red. Hex color #F7003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7003C is #08FFC3. Grayscale: #505050. Windows color (decimal): -589764 or 3932407. OLE color: 3932407.

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

Color convert

RGB 247 0 60 -
CMYK 0 1 0.76 0.03
HSL 345.43º 1% 0.48% -
HSV(B) 345.43º 1% 0.97% -
XYZ 39.17 20.1 6.09 -
YUV 80.69 116.33 246.62 -
System Red Green Blue C M Y K H S L
Decimal 247 0 60 0 1 0.76 0.03 345.43 1 0.48
Hex F7 0 3C 0 64 4C 3 159 64 30
Octal 367 0 74 0 144 114 3 531 144 60
Binary 11110111 0 111100 0 1100100 1001100 11 101011001 1100100 110000

Color Harmonies of #F7003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7003C

Black with #F7003C

Text Example


Text Example

White with #F7003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7003C; }

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

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

background-color css

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

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

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

border-color css

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

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

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