Html Css Color HEX #F8191D Torch Red

📋 copy color: '#F8191D'

red 248 ◦ green 25 ◦ blue 29

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

Shades of Torch Red #F8191D

Tints of Torch Red #F8191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 29 (11.72% from 255) = 9.6%

R = 82.12%
G = 8.28%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8191D (or 0xF8191D) is known color: Torch Red. HEX triplet: F8, 19 and 1D. RGB value is (248,25,29). Sum of RGB (Red+Green+Blue) = 248+25+29=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F8191D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8191D is #07E6E2. Grayscale: #5C5C5C. Windows color (decimal): -517859 or 1907192. OLE color: 1907192.

HSL color Cylindrical-coordinate representation of color #F8191D: hue angle of 358.92º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8191D is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 25 29 -
CMYK 0 0.90 0.88 0.03
HSL 358.92º 0.94% 0.54% -
HSV(B) 358.92º 0.9% 0.97% -
XYZ 39.28 20.74 3.1 -
YUV 92.13 92.38 239.17 -
System Red Green Blue C M Y K H S L
Decimal 248 25 29 0 0.90 0.88 0.03 358.92 0.94 0.54
Hex F8 19 1D 0 5A 58 3 167 5E 36
Octal 370 31 35 0 132 130 3 547 136 66
Binary 11111000 11001 11101 0 1011010 1011000 11 101100111 1011110 110110

Color Harmonies of #F8191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8191D

Black with #F8191D

Text Example


Text Example

White with #F8191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8191D; }

 p { color: rgb(248,25,29); }

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

background-color css

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

 a { background-color: rgb(248,25,29); }

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

border-color css

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

 span { border-color: rgb(248,25,29); }

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