Html Css Color HEX #F80928 Torch Red

📋 copy color: '#F80928'

red 248 ◦ green 9 ◦ blue 40

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

Shades of Torch Red #F80928

Tints of Torch Red #F80928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 83.5%
G = 3.03%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F80928 (or 0xF80928) is known color: Torch Red. HEX triplet: F8, 09 and 28. RGB value is (248,9,40). Sum of RGB (Red+Green+Blue) = 248+9+40=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F80928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80928 is #07F6D7. Grayscale: #545454. Windows color (decimal): -521944 or 2623992. OLE color: 2623992.

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

Color convert

RGB 248 9 40 -
CMYK 0 0.96 0.84 0.03
HSL 352.22º 0.94% 0.5% -
HSV(B) 352.22º 0.96% 0.97% -
XYZ 39.19 20.31 3.86 -
YUV 84 103.18 244.98 -
System Red Green Blue C M Y K H S L
Decimal 248 9 40 0 0.96 0.84 0.03 352.22 0.94 0.5
Hex F8 9 28 0 60 54 3 160 5E 32
Octal 370 11 50 0 140 124 3 540 136 62
Binary 11111000 1001 101000 0 1100000 1010100 11 101100000 1011110 110010

Color Harmonies of #F80928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80928

Black with #F80928

Text Example


Text Example

White with #F80928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80928; }

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

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

background-color css

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

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

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

border-color css

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

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

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