Html Css Color HEX #F8151C Torch Red

📋 copy color: '#F8151C'

red 248 ◦ green 21 ◦ blue 28

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

Shades of Torch Red #F8151C

Tints of Torch Red #F8151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 83.5%
G = 7.07%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.03

RGB Variations

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

Color information

#F8151C (or 0xF8151C) is known color: Torch Red. HEX triplet: F8, 15 and 1C. RGB value is (248,21,28). Sum of RGB (Red+Green+Blue) = 248+21+28=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F8151C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8151C is #07EAE3. Grayscale: #595959. Windows color (decimal): -518884 or 1840632. OLE color: 1840632.

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

Color convert

RGB 248 21 28 -
CMYK 0 0.92 0.89 0.03
HSL 358.15º 0.94% 0.53% -
HSV(B) 358.15º 0.92% 0.97% -
XYZ 39.19 20.58 3 -
YUV 89.67 93.21 240.93 -
System Red Green Blue C M Y K H S L
Decimal 248 21 28 0 0.92 0.89 0.03 358.15 0.94 0.53
Hex F8 15 1C 0 5C 59 3 166 5E 35
Octal 370 25 34 0 134 131 3 546 136 65
Binary 11111000 10101 11100 0 1011100 1011001 11 101100110 1011110 110101

Color Harmonies of #F8151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8151C

Black with #F8151C

Text Example


Text Example

White with #F8151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8151C; }

 p { color: rgb(248,21,28); }

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

background-color css

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

 a { background-color: rgb(248,21,28); }

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

border-color css

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

 span { border-color: rgb(248,21,28); }

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