Html Css Color HEX #F80210 Torch Red

📋 copy color: '#F80210'

red 248 ◦ green 2 ◦ blue 16

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

Shades of Torch Red #F80210

Tints of Torch Red #F80210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 93.23%
G = 0.75%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F80210 (or 0xF80210) is known color: Torch Red. HEX triplet: F8, 02 and 10. RGB value is (248,2,16). Sum of RGB (Red+Green+Blue) = 248+2+16=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F80210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80210 is #07FDEF. Grayscale: #4D4D4D. Windows color (decimal): -523760 or 1049336. OLE color: 1049336.

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

Color convert

RGB 248 2 16 -
CMYK 0 0.99 0.94 0.03
HSL 356.59º 0.98% 0.49% -
HSV(B) 356.59º 0.99% 0.97% -
XYZ 38.83 20.04 2.31 -
YUV 77.15 93.5 249.86 -
System Red Green Blue C M Y K H S L
Decimal 248 2 16 0 0.99 0.94 0.03 356.59 0.98 0.49
Hex F8 2 10 0 63 5E 3 165 62 31
Octal 370 2 20 0 143 136 3 545 142 61
Binary 11111000 10 10000 0 1100011 1011110 11 101100101 1100010 110001

Color Harmonies of #F80210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80210

Black with #F80210

Text Example


Text Example

White with #F80210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80210; }

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

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

background-color css

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

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

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

border-color css

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

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

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