Html Css Color HEX #F8203C Torch Red

📋 copy color: '#F8203C'

red 248 ◦ green 32 ◦ blue 60

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

Shades of Torch Red #F8203C

Tints of Torch Red #F8203C

RGB

 RED value IS 248 (97.27% from 255) = 72.94%

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

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

R = 72.94%
G = 9.41%
B = 17.65%

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

#F8203C (or 0xF8203C) is known color: Torch Red. HEX triplet: F8, 20 and 3C. RGB value is (248,32,60). Sum of RGB (Red+Green+Blue) = 248+32+60=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F8203C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8203C is #07DFC3. Grayscale: #636363. Windows color (decimal): -516036 or 3940600. OLE color: 3940600.

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

Color convert

RGB 248 32 60 -
CMYK 0 0.87 0.76 0.03
HSL 352.22º 0.94% 0.55% -
HSV(B) 352.22º 0.87% 0.97% -
XYZ 40.04 21.32 6.28 -
YUV 99.78 105.56 233.72 -
System Red Green Blue C M Y K H S L
Decimal 248 32 60 0 0.87 0.76 0.03 352.22 0.94 0.55
Hex F8 20 3C 0 57 4C 3 160 5E 37
Octal 370 40 74 0 127 114 3 540 136 67
Binary 11111000 100000 111100 0 1010111 1001100 11 101100000 1011110 110111

Color Harmonies of #F8203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8203C

Black with #F8203C

Text Example


Text Example

White with #F8203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8203C; }

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

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

background-color css

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

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

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

border-color css

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

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

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