Html Css Color HEX #F80416 Torch Red

📋 copy color: '#F80416'

red 248 ◦ green 4 ◦ blue 22

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

Shades of Torch Red #F80416

Tints of Torch Red #F80416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 90.51%
G = 1.46%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#F80416 (or 0xF80416) is known color: Torch Red. HEX triplet: F8, 04 and 16. RGB value is (248,4,22). Sum of RGB (Red+Green+Blue) = 248+4+22=274 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.51% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 248 - color contains mainly: red. Hex color #F80416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80416 is #07FBE9. Grayscale: #4F4F4F. Windows color (decimal): -523242 or 1443064. OLE color: 1443064.

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

Color convert

RGB 248 4 22 -
CMYK 0 0.98 0.91 0.03
HSL 355.57º 0.97% 0.49% -
HSV(B) 355.57º 0.98% 0.97% -
XYZ 38.9 20.1 2.59 -
YUV 79.01 95.84 248.54 -
System Red Green Blue C M Y K H S L
Decimal 248 4 22 0 0.98 0.91 0.03 355.57 0.97 0.49
Hex F8 4 16 0 62 5B 3 164 61 31
Octal 370 4 26 0 142 133 3 544 141 61
Binary 11111000 100 10110 0 1100010 1011011 11 101100100 1100001 110001

Color Harmonies of #F80416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80416

Black with #F80416

Text Example


Text Example

White with #F80416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80416; }

 p { color: rgb(248,4,22); }

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

background-color css

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

 a { background-color: rgb(248,4,22); }

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

border-color css

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

 span { border-color: rgb(248,4,22); }

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