Html Css Color HEX #F8151B Torch Red

📋 copy color: '#F8151B'

red 248 ◦ green 21 ◦ blue 27

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

Shades of Torch Red #F8151B

Tints of Torch Red #F8151B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 83.78%
G = 7.09%
B = 9.12%

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

#F8151B (or 0xF8151B) is known color: Torch Red. HEX triplet: F8, 15 and 1B. RGB value is (248,21,27). Sum of RGB (Red+Green+Blue) = 248+21+27=296 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.78% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 248 - color contains mainly: red. Hex color #F8151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8151B is #07EAE4. Grayscale: #595959. Windows color (decimal): -518885 or 1775096. OLE color: 1775096.

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

Color convert

RGB 248 21 27 -
CMYK 0 0.92 0.89 0.03
HSL 358.41º 0.94% 0.53% -
HSV(B) 358.41º 0.92% 0.97% -
XYZ 39.18 20.57 2.94 -
YUV 89.56 92.71 241.01 -
System Red Green Blue C M Y K H S L
Decimal 248 21 27 0 0.92 0.89 0.03 358.41 0.94 0.53
Hex F8 15 1B 0 5C 59 3 166 5E 35
Octal 370 25 33 0 134 131 3 546 136 65
Binary 11111000 10101 11011 0 1011100 1011001 11 101100110 1011110 110101

Color Harmonies of #F8151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8151B

Black with #F8151B

Text Example


Text Example

White with #F8151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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