Html Css Color HEX #F80136 Torch Red

📋 copy color: '#F80136'

red 248 ◦ green 1 ◦ blue 54

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

Shades of Torch Red #F80136

Tints of Torch Red #F80136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 54 (21.48% from 255) = 17.82%

R = 81.85%
G = 0.33%
B = 17.82%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.78

 K value IS 0.03

RGB Variations

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

Color information

#F80136 (or 0xF80136) is known color: Torch Red. HEX triplet: F8, 01 and 36. RGB value is (248,1,54). Sum of RGB (Red+Green+Blue) = 248+1+54=303 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.85% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 248 - color contains mainly: red. Hex color #F80136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80136 is #07FEC9. Grayscale: #505050. Windows color (decimal): -523978 or 3539448. OLE color: 3539448.

HSL color Cylindrical-coordinate representation of color #F80136: hue angle of 347.13º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80136 is Cyan = 0, Magento = 1.00, Yellow = 0.78 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 54 -
CMYK 0 1.00 0.78 0.03
HSL 347.13º 0.99% 0.49% -
HSV(B) 347.13º 1% 0.97% -
XYZ 39.39 20.24 5.32 -
YUV 80.9 112.83 247.19 -
System Red Green Blue C M Y K H S L
Decimal 248 1 54 0 1.00 0.78 0.03 347.13 0.99 0.49
Hex F8 1 36 0 64 4E 3 15B 63 31
Octal 370 1 66 0 144 116 3 533 143 61
Binary 11111000 1 110110 0 1100100 1001110 11 101011011 1100011 110001

Color Harmonies of #F80136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80136

Black with #F80136

Text Example


Text Example

White with #F80136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80136; }

 p { color: rgb(248,1,54); }

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

background-color css

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

 a { background-color: rgb(248,1,54); }

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

border-color css

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

 span { border-color: rgb(248,1,54); }

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