Html Css Color HEX #F8151A Torch Red

📋 copy color: '#F8151A'

red 248 ◦ green 21 ◦ blue 26

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

Shades of Torch Red #F8151A

Tints of Torch Red #F8151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 84.07%
G = 7.12%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F8151A (or 0xF8151A) is known color: Torch Red. HEX triplet: F8, 15 and 1A. RGB value is (248,21,26). Sum of RGB (Red+Green+Blue) = 248+21+26=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8151A is #07EAE5. Grayscale: #595959. Windows color (decimal): -518886 or 1709560. OLE color: 1709560.

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

Color convert

RGB 248 21 26 -
CMYK 0 0.92 0.90 0.03
HSL 358.68º 0.94% 0.53% -
HSV(B) 358.68º 0.92% 0.97% -
XYZ 39.17 20.57 2.88 -
YUV 89.44 92.21 241.09 -
System Red Green Blue C M Y K H S L
Decimal 248 21 26 0 0.92 0.90 0.03 358.68 0.94 0.53
Hex F8 15 1A 0 5C 5A 3 167 5E 35
Octal 370 25 32 0 134 132 3 547 136 65
Binary 11111000 10101 11010 0 1011100 1011010 11 101100111 1011110 110101

Color Harmonies of #F8151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8151A

Black with #F8151A

Text Example


Text Example

White with #F8151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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