Html Css Color HEX #F7203F Torch Red

📋 copy color: '#F7203F'

red 247 ◦ green 32 ◦ blue 63

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

Shades of Torch Red #F7203F

Tints of Torch Red #F7203F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.42%

R = 72.22%
G = 9.36%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F7203F (or 0xF7203F) is known color: Torch Red. HEX triplet: F7, 20 and 3F. RGB value is (247,32,63). Sum of RGB (Red+Green+Blue) = 247+32+63=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F7203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F7203F is #08DFC0. Grayscale: #636363. Windows color (decimal): -581569 or 4137207. OLE color: 4137207.

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

Color convert

RGB 247 32 63 -
CMYK 0 0.87 0.74 0.03
HSL 351.35º 0.93% 0.55% -
HSV(B) 351.35º 0.87% 0.97% -
XYZ 39.77 21.17 6.69 -
YUV 99.82 107.23 232.98 -
System Red Green Blue C M Y K H S L
Decimal 247 32 63 0 0.87 0.74 0.03 351.35 0.93 0.55
Hex F7 20 3F 0 57 4A 3 15F 5D 37
Octal 367 40 77 0 127 112 3 537 135 67
Binary 11110111 100000 111111 0 1010111 1001010 11 101011111 1011101 110111

Color Harmonies of #F7203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7203F

Black with #F7203F

Text Example


Text Example

White with #F7203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7203F; }

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

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

background-color css

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

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

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

border-color css

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

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

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