Html Css Color HEX #F8223F Torch Red

📋 copy color: '#F8223F'

red 248 ◦ green 34 ◦ blue 63

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

Shades of Torch Red #F8223F

Tints of Torch Red #F8223F

RGB

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

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

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

R = 71.88%
G = 9.86%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8223F (or 0xF8223F) is known color: Torch Red. HEX triplet: F8, 22 and 3F. RGB value is (248,34,63). Sum of RGB (Red+Green+Blue) = 248+34+63=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F8223F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8223F is #07DDC0. Grayscale: #656565. Windows color (decimal): -515521 or 4137720. OLE color: 4137720.

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

Color convert

RGB 248 34 63 -
CMYK 0 0.86 0.75 0.03
HSL 351.87º 0.94% 0.55% -
HSV(B) 351.87º 0.86% 0.97% -
XYZ 40.18 21.46 6.73 -
YUV 101.29 106.4 232.64 -
System Red Green Blue C M Y K H S L
Decimal 248 34 63 0 0.86 0.75 0.03 351.87 0.94 0.55
Hex F8 22 3F 0 56 4B 3 160 5E 37
Octal 370 42 77 0 126 113 3 540 136 67
Binary 11111000 100010 111111 0 1010110 1001011 11 101100000 1011110 110111

Color Harmonies of #F8223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8223F

Black with #F8223F

Text Example


Text Example

White with #F8223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8223F; }

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

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

background-color css

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

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

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

border-color css

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

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

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