Html Css Color HEX #F80910 Torch Red

📋 copy color: '#F80910'

red 248 ◦ green 9 ◦ blue 16

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

Shades of Torch Red #F80910

Tints of Torch Red #F80910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 90.84%
G = 3.3%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#F80910 (or 0xF80910) is known color: Torch Red. HEX triplet: F8, 09 and 10. RGB value is (248,9,16). Sum of RGB (Red+Green+Blue) = 248+9+16=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80910 is #07F6EF. Grayscale: #515151. Windows color (decimal): -521968 or 1051128. OLE color: 1051128.

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

Color convert

RGB 248 9 16 -
CMYK 0 0.96 0.94 0.03
HSL 358.24º 0.94% 0.5% -
HSV(B) 358.24º 0.96% 0.97% -
XYZ 38.9 20.19 2.34 -
YUV 81.26 91.18 246.93 -
System Red Green Blue C M Y K H S L
Decimal 248 9 16 0 0.96 0.94 0.03 358.24 0.94 0.5
Hex F8 9 10 0 60 5E 3 166 5E 32
Octal 370 11 20 0 140 136 3 546 136 62
Binary 11111000 1001 10000 0 1100000 1011110 11 101100110 1011110 110010

Color Harmonies of #F80910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80910

Black with #F80910

Text Example


Text Example

White with #F80910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80910; }

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

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

background-color css

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

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

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

border-color css

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

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

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