Html Css Color HEX #F00812 Torch Red

📋 copy color: '#F00812'

red 240 ◦ green 8 ◦ blue 18

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

Shades of Torch Red #F00812

Tints of Torch Red #F00812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 90.23%
G = 3.01%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00812 (or 0xF00812) is known color: Torch Red. HEX triplet: F0, 08 and 12. RGB value is (240,8,18). Sum of RGB (Red+Green+Blue) = 240+8+18=266 (35% of max value = 765). Red value is 240 (94.14% from 255 or 90.23% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 240 - color contains mainly: red. Hex color #F00812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00812 is #0FF7ED. Grayscale: #4E4E4E. Windows color (decimal): -1046510 or 1181936. OLE color: 1181936.

HSL color Cylindrical-coordinate representation of color #F00812: hue angle of 357.41º 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 #F00812 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 8 18 -
CMYK 0 0.97 0.92 0.06
HSL 357.41º 0.94% 0.49% -
HSV(B) 357.41º 0.97% 0.94% -
XYZ 36.13 18.74 2.29 -
YUV 78.51 93.86 243.19 -
System Red Green Blue C M Y K H S L
Decimal 240 8 18 0 0.97 0.92 0.06 357.41 0.94 0.49
Hex F0 8 12 0 61 5C 6 165 5E 31
Octal 360 10 22 0 141 134 6 545 136 61
Binary 11110000 1000 10010 0 1100001 1011100 110 101100101 1011110 110001

Color Harmonies of #F00812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00812

Black with #F00812

Text Example


Text Example

White with #F00812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00812; }

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

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

background-color css

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

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

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

border-color css

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

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

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