Html Css Color HEX #F8134C Torch Red

📋 copy color: '#F8134C'

red 248 ◦ green 19 ◦ blue 76

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

Shades of Torch Red #F8134C

Tints of Torch Red #F8134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 76 (30.08% from 255) = 22.16%

R = 72.3%
G = 5.54%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8134C (or 0xF8134C) is known color: Torch Red. HEX triplet: F8, 13 and 4C. RGB value is (248,19,76). Sum of RGB (Red+Green+Blue) = 248+19+76=343 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.30% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 248 - color contains mainly: red. Hex color #F8134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8134C is #07ECB3. Grayscale: #5D5D5D. Windows color (decimal): -519348 or 4985848. OLE color: 4985848.

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

Color convert

RGB 248 19 76 -
CMYK 0 0.92 0.69 0.03
HSL 345.07º 0.94% 0.52% -
HSV(B) 345.07º 0.92% 0.97% -
XYZ 40.25 20.94 8.76 -
YUV 93.97 117.87 237.87 -
System Red Green Blue C M Y K H S L
Decimal 248 19 76 0 0.92 0.69 0.03 345.07 0.94 0.52
Hex F8 13 4C 0 5C 45 3 159 5E 34
Octal 370 23 114 0 134 105 3 531 136 64
Binary 11111000 10011 1001100 0 1011100 1000101 11 101011001 1011110 110100

Color Harmonies of #F8134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8134C

Black with #F8134C

Text Example


Text Example

White with #F8134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8134C; }

 p { color: rgb(248,19,76); }

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

background-color css

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

 a { background-color: rgb(248,19,76); }

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

border-color css

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

 span { border-color: rgb(248,19,76); }

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