Html Css Color HEX #F00822 Torch Red

📋 copy color: '#F00822'

red 240 ◦ green 8 ◦ blue 34

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

Shades of Torch Red #F00822

Tints of Torch Red #F00822

RGB

 RED value IS 240 (94.14% from 255) = 85.11%

 GREEN value IS 8 (3.52% from 255) = 2.84%

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

R = 85.11%
G = 2.84%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F00822 (or 0xF00822) is known color: Torch Red. HEX triplet: F0, 08 and 22. RGB value is (240,8,34). Sum of RGB (Red+Green+Blue) = 240+8+34=282 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.11% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 240 - color contains mainly: red. Hex color #F00822 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00822 is #0FF7DD. Grayscale: #505050. Windows color (decimal): -1046494 or 2230512. OLE color: 2230512.

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

Color convert

RGB 240 8 34 -
CMYK 0 0.97 0.86 0.06
HSL 353.28º 0.94% 0.49% -
HSV(B) 353.28º 0.97% 0.94% -
XYZ 36.31 18.81 3.23 -
YUV 80.33 101.86 241.89 -
System Red Green Blue C M Y K H S L
Decimal 240 8 34 0 0.97 0.86 0.06 353.28 0.94 0.49
Hex F0 8 22 0 61 56 6 161 5E 31
Octal 360 10 42 0 141 126 6 541 136 61
Binary 11110000 1000 100010 0 1100001 1010110 110 101100001 1011110 110001

Color Harmonies of #F00822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00822

Black with #F00822

Text Example


Text Example

White with #F00822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00822; }

 p { color: rgb(240,8,34); }

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

background-color css

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

 a { background-color: rgb(240,8,34); }

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

border-color css

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

 span { border-color: rgb(240,8,34); }

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