Html Css Color HEX #F80410 Torch Red

📋 copy color: '#F80410'

red 248 ◦ green 4 ◦ blue 16

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

Shades of Torch Red #F80410

Tints of Torch Red #F80410

RGB

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

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

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

R = 92.54%
G = 1.49%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F80410 (or 0xF80410) is known color: Torch Red. HEX triplet: F8, 04 and 10. RGB value is (248,4,16). Sum of RGB (Red+Green+Blue) = 248+4+16=268 (35% of max value = 765). Red value is 248 (97.27% from 255 or 92.54% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 248 - color contains mainly: red. Hex color #F80410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80410 is #07FBEF. Grayscale: #4E4E4E. Windows color (decimal): -523248 or 1049848. OLE color: 1049848.

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

Color convert

RGB 248 4 16 -
CMYK 0 0.98 0.94 0.03
HSL 357.05º 0.97% 0.49% -
HSV(B) 357.05º 0.98% 0.97% -
XYZ 38.85 20.08 2.32 -
YUV 78.32 92.84 249.02 -
System Red Green Blue C M Y K H S L
Decimal 248 4 16 0 0.98 0.94 0.03 357.05 0.97 0.49
Hex F8 4 10 0 62 5E 3 165 61 31
Octal 370 4 20 0 142 136 3 545 141 61
Binary 11111000 100 10000 0 1100010 1011110 11 101100101 1100001 110001

Color Harmonies of #F80410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80410

Black with #F80410

Text Example


Text Example

White with #F80410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80410; }

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

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

background-color css

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

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

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

border-color css

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

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

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