Html Css Color HEX #F8223C Torch Red

📋 copy color: '#F8223C'

red 248 ◦ green 34 ◦ blue 60

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

Shades of Torch Red #F8223C

Tints of Torch Red #F8223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

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

R = 72.51%
G = 9.94%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#F8223C (or 0xF8223C) is known color: Torch Red. HEX triplet: F8, 22 and 3C. RGB value is (248,34,60). Sum of RGB (Red+Green+Blue) = 248+34+60=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F8223C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8223C is #07DDC3. Grayscale: #656565. Windows color (decimal): -515524 or 3941112. OLE color: 3941112.

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

Color convert

RGB 248 34 60 -
CMYK 0 0.86 0.76 0.03
HSL 352.71º 0.94% 0.55% -
HSV(B) 352.71º 0.86% 0.97% -
XYZ 40.1 21.43 6.3 -
YUV 100.95 104.9 232.89 -
System Red Green Blue C M Y K H S L
Decimal 248 34 60 0 0.86 0.76 0.03 352.71 0.94 0.55
Hex F8 22 3C 0 56 4C 3 161 5E 37
Octal 370 42 74 0 126 114 3 541 136 67
Binary 11111000 100010 111100 0 1010110 1001100 11 101100001 1011110 110111

Color Harmonies of #F8223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8223C

Black with #F8223C

Text Example


Text Example

White with #F8223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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