Html Css Color HEX #F80220 Torch Red

📋 copy color: '#F80220'

red 248 ◦ green 2 ◦ blue 32

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

Shades of Torch Red #F80220

Tints of Torch Red #F80220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 32 (12.89% from 255) = 11.35%

R = 87.94%
G = 0.71%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F80220 (or 0xF80220) is known color: Torch Red. HEX triplet: F8, 02 and 20. RGB value is (248,2,32). Sum of RGB (Red+Green+Blue) = 248+2+32=282 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.94% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 248 - color contains mainly: red. Hex color #F80220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80220 is #07FDDF. Grayscale: #4F4F4F. Windows color (decimal): -523744 or 2097912. OLE color: 2097912.

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

Color convert

RGB 248 2 32 -
CMYK 0 0.99 0.87 0.03
HSL 352.68º 0.98% 0.49% -
HSV(B) 352.68º 0.99% 0.97% -
XYZ 38.99 20.1 3.19 -
YUV 78.97 101.5 248.56 -
System Red Green Blue C M Y K H S L
Decimal 248 2 32 0 0.99 0.87 0.03 352.68 0.98 0.49
Hex F8 2 20 0 63 57 3 161 62 31
Octal 370 2 40 0 143 127 3 541 142 61
Binary 11111000 10 100000 0 1100011 1010111 11 101100001 1100010 110001

Color Harmonies of #F80220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80220

Black with #F80220

Text Example


Text Example

White with #F80220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80220; }

 p { color: rgb(248,2,32); }

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

background-color css

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

 a { background-color: rgb(248,2,32); }

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

border-color css

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

 span { border-color: rgb(248,2,32); }

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