Html Css Color HEX #F7203B Torch Red

📋 copy color: '#F7203B'

red 247 ◦ green 32 ◦ blue 59

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

Shades of Torch Red #F7203B

Tints of Torch Red #F7203B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 73.08%
G = 9.47%
B = 17.46%

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

#F7203B (or 0xF7203B) is known color: Torch Red. HEX triplet: F7, 20 and 3B. RGB value is (247,32,59). Sum of RGB (Red+Green+Blue) = 247+32+59=338 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.08% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 247 - color contains mainly: red. Hex color #F7203B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7203B is #08DFC4. Grayscale: #636363. Windows color (decimal): -581573 or 3875063. OLE color: 3875063.

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

Color convert

RGB 247 32 59 -
CMYK 0 0.87 0.76 0.03
HSL 352.47º 0.93% 0.55% -
HSV(B) 352.47º 0.87% 0.97% -
XYZ 39.66 21.12 6.12 -
YUV 99.36 105.23 233.3 -
System Red Green Blue C M Y K H S L
Decimal 247 32 59 0 0.87 0.76 0.03 352.47 0.93 0.55
Hex F7 20 3B 0 57 4C 3 160 5D 37
Octal 367 40 73 0 127 114 3 540 135 67
Binary 11110111 100000 111011 0 1010111 1001100 11 101100000 1011101 110111

Color Harmonies of #F7203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7203B

Black with #F7203B

Text Example


Text Example

White with #F7203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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