Html Css Color HEX #F8143E Torch Red

📋 copy color: '#F8143E'

red 248 ◦ green 20 ◦ blue 62

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

Shades of Torch Red #F8143E

Tints of Torch Red #F8143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 75.15%
G = 6.06%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F8143E (or 0xF8143E) is known color: Torch Red. HEX triplet: F8, 14 and 3E. RGB value is (248,20,62). Sum of RGB (Red+Green+Blue) = 248+20+62=330 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.15% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 248 - color contains mainly: red. Hex color #F8143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8143E is #07EBC1. Grayscale: #5D5D5D. Windows color (decimal): -519106 or 4068600. OLE color: 4068600.

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

Color convert

RGB 248 20 62 -
CMYK 0 0.92 0.75 0.03
HSL 348.95º 0.94% 0.53% -
HSV(B) 348.95º 0.92% 0.97% -
XYZ 39.83 20.8 6.47 -
YUV 92.96 110.54 238.58 -
System Red Green Blue C M Y K H S L
Decimal 248 20 62 0 0.92 0.75 0.03 348.95 0.94 0.53
Hex F8 14 3E 0 5C 4B 3 15D 5E 35
Octal 370 24 76 0 134 113 3 535 136 65
Binary 11111000 10100 111110 0 1011100 1001011 11 101011101 1011110 110101

Color Harmonies of #F8143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8143E

Black with #F8143E

Text Example


Text Example

White with #F8143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8143E; }

 p { color: rgb(248,20,62); }

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

background-color css

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

 a { background-color: rgb(248,20,62); }

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

border-color css

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

 span { border-color: rgb(248,20,62); }

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