Html Css Color HEX #F7203A Torch Red

📋 copy color: '#F7203A'

red 247 ◦ green 32 ◦ blue 58

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

Shades of Torch Red #F7203A

Tints of Torch Red #F7203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 73.29%
G = 9.5%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F7203A (or 0xF7203A) is known color: Torch Red. HEX triplet: F7, 20 and 3A. RGB value is (247,32,58). Sum of RGB (Red+Green+Blue) = 247+32+58=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F7203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7203A is #08DFC5. Grayscale: #636363. Windows color (decimal): -581574 or 3809527. OLE color: 3809527.

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

Color convert

RGB 247 32 58 -
CMYK 0 0.87 0.77 0.03
HSL 352.74º 0.93% 0.55% -
HSV(B) 352.74º 0.87% 0.97% -
XYZ 39.64 21.11 5.99 -
YUV 99.25 104.73 233.39 -
System Red Green Blue C M Y K H S L
Decimal 247 32 58 0 0.87 0.77 0.03 352.74 0.93 0.55
Hex F7 20 3A 0 57 4D 3 161 5D 37
Octal 367 40 72 0 127 115 3 541 135 67
Binary 11110111 100000 111010 0 1010111 1001101 11 101100001 1011101 110111

Color Harmonies of #F7203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7203A

Black with #F7203A

Text Example


Text Example

White with #F7203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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