Html Css Color HEX #F7203C Torch Red

📋 copy color: '#F7203C'

red 247 ◦ green 32 ◦ blue 60

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

Shades of Torch Red #F7203C

Tints of Torch Red #F7203C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.44%

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

R = 72.86%
G = 9.44%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F7203C (or 0xF7203C) is known color: Torch Red. HEX triplet: F7, 20 and 3C. RGB value is (247,32,60). Sum of RGB (Red+Green+Blue) = 247+32+60=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F7203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7203C is #08DFC3. Grayscale: #636363. Windows color (decimal): -581572 or 3940599. OLE color: 3940599.

HSL color Cylindrical-coordinate representation of color #F7203C: hue angle of 352.19º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7203C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 32 60 -
CMYK 0 0.87 0.76 0.03
HSL 352.19º 0.93% 0.55% -
HSV(B) 352.19º 0.87% 0.97% -
XYZ 39.69 21.13 6.26 -
YUV 99.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 247 32 60 0 0.87 0.76 0.03 352.19 0.93 0.55
Hex F7 20 3C 0 57 4C 3 160 5D 37
Octal 367 40 74 0 127 114 3 540 135 67
Binary 11110111 100000 111100 0 1010111 1001100 11 101100000 1011101 110111

Color Harmonies of #F7203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7203C

Black with #F7203C

Text Example


Text Example

White with #F7203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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