Html Css Color HEX #F80418 Torch Red

📋 copy color: '#F80418'

red 248 ◦ green 4 ◦ blue 24

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

Shades of Torch Red #F80418

Tints of Torch Red #F80418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.7%

R = 89.86%
G = 1.45%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F80418 (or 0xF80418) is known color: Torch Red. HEX triplet: F8, 04 and 18. RGB value is (248,4,24). Sum of RGB (Red+Green+Blue) = 248+4+24=276 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.86% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 248 - color contains mainly: red. Hex color #F80418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80418 is #07FBE7. Grayscale: #4F4F4F. Windows color (decimal): -523240 or 1574136. OLE color: 1574136.

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

Color convert

RGB 248 4 24 -
CMYK 0 0.98 0.90 0.03
HSL 355.08º 0.97% 0.49% -
HSV(B) 355.08º 0.98% 0.97% -
XYZ 38.92 20.11 2.69 -
YUV 79.24 96.84 248.37 -
System Red Green Blue C M Y K H S L
Decimal 248 4 24 0 0.98 0.90 0.03 355.08 0.97 0.49
Hex F8 4 18 0 62 5A 3 163 61 31
Octal 370 4 30 0 142 132 3 543 141 61
Binary 11111000 100 11000 0 1100010 1011010 11 101100011 1100001 110001

Color Harmonies of #F80418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80418

Black with #F80418

Text Example


Text Example

White with #F80418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80418; }

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

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

background-color css

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

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

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

border-color css

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

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

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