Html Css Color HEX #F80923 Torch Red

📋 copy color: '#F80923'

red 248 ◦ green 9 ◦ blue 35

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

Shades of Torch Red #F80923

Tints of Torch Red #F80923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 84.93%
G = 3.08%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F80923 (or 0xF80923) is known color: Torch Red. HEX triplet: F8, 09 and 23. RGB value is (248,9,35). Sum of RGB (Red+Green+Blue) = 248+9+35=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F80923 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80923 is #07F6DC. Grayscale: #535353. Windows color (decimal): -521949 or 2296312. OLE color: 2296312.

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

Color convert

RGB 248 9 35 -
CMYK 0 0.96 0.86 0.03
HSL 353.47º 0.94% 0.5% -
HSV(B) 353.47º 0.96% 0.97% -
XYZ 39.11 20.27 3.44 -
YUV 83.43 100.68 245.39 -
System Red Green Blue C M Y K H S L
Decimal 248 9 35 0 0.96 0.86 0.03 353.47 0.94 0.5
Hex F8 9 23 0 60 56 3 161 5E 32
Octal 370 11 43 0 140 126 3 541 136 62
Binary 11111000 1001 100011 0 1100000 1010110 11 101100001 1011110 110010

Color Harmonies of #F80923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80923

Black with #F80923

Text Example


Text Example

White with #F80923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80923; }

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

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

background-color css

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

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

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

border-color css

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

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

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