Html Css Color HEX #F80211 Torch Red

📋 copy color: '#F80211'

red 248 ◦ green 2 ◦ blue 17

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

Shades of Torch Red #F80211

Tints of Torch Red #F80211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 92.88%
G = 0.75%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F80211 (or 0xF80211) is known color: Torch Red. HEX triplet: F8, 02 and 11. RGB value is (248,2,17). Sum of RGB (Red+Green+Blue) = 248+2+17=267 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.88% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 248 - color contains mainly: red. Hex color #F80211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80211 is #07FDEE. Grayscale: #4D4D4D. Windows color (decimal): -523759 or 1114872. OLE color: 1114872.

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

Color convert

RGB 248 2 17 -
CMYK 0 0.99 0.93 0.03
HSL 356.34º 0.98% 0.49% -
HSV(B) 356.34º 0.99% 0.97% -
XYZ 38.83 20.04 2.35 -
YUV 77.26 94 249.78 -
System Red Green Blue C M Y K H S L
Decimal 248 2 17 0 0.99 0.93 0.03 356.34 0.98 0.49
Hex F8 2 11 0 63 5D 3 164 62 31
Octal 370 2 21 0 143 135 3 544 142 61
Binary 11111000 10 10001 0 1100011 1011101 11 101100100 1100010 110001

Color Harmonies of #F80211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80211

Black with #F80211

Text Example


Text Example

White with #F80211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80211; }

 p { color: rgb(248,2,17); }

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

background-color css

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

 a { background-color: rgb(248,2,17); }

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

border-color css

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

 span { border-color: rgb(248,2,17); }

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