Html Css Color HEX #F80122 Torch Red

📋 copy color: '#F80122'

red 248 ◦ green 1 ◦ blue 34

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

Shades of Torch Red #F80122

Tints of Torch Red #F80122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 34 (13.67% from 255) = 12.01%

R = 87.63%
G = 0.35%
B = 12.01%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F80122 (or 0xF80122) is known color: Torch Red. HEX triplet: F8, 01 and 22. RGB value is (248,1,34). Sum of RGB (Red+Green+Blue) = 248+1+34=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F80122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80122 is #07FEDD. Grayscale: #4E4E4E. Windows color (decimal): -523998 or 2228728. OLE color: 2228728.

HSL color Cylindrical-coordinate representation of color #F80122: hue angle of 351.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80122 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 1 34 -
CMYK 0 1.00 0.86 0.03
HSL 351.98º 0.99% 0.49% -
HSV(B) 351.98º 1% 0.97% -
XYZ 39.01 20.09 3.34 -
YUV 78.62 102.83 248.82 -
System Red Green Blue C M Y K H S L
Decimal 248 1 34 0 1.00 0.86 0.03 351.98 0.99 0.49
Hex F8 1 22 0 64 56 3 160 63 31
Octal 370 1 42 0 144 126 3 540 143 61
Binary 11111000 1 100010 0 1100100 1010110 11 101100000 1100011 110001

Color Harmonies of #F80122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80122

Black with #F80122

Text Example


Text Example

White with #F80122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80122; }

 p { color: rgb(248,1,34); }

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

background-color css

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

 a { background-color: rgb(248,1,34); }

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

border-color css

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

 span { border-color: rgb(248,1,34); }

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