Html Css Color HEX #F00814 Torch Red

📋 copy color: '#F00814'

red 240 ◦ green 8 ◦ blue 20

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

Shades of Torch Red #F00814

Tints of Torch Red #F00814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 89.55%
G = 2.99%
B = 7.46%

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

#F00814 (or 0xF00814) is known color: Torch Red. HEX triplet: F0, 08 and 14. RGB value is (240,8,20). Sum of RGB (Red+Green+Blue) = 240+8+20=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F00814 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00814 is #0FF7EB. Grayscale: #4E4E4E. Windows color (decimal): -1046508 or 1313008. OLE color: 1313008.

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

Color convert

RGB 240 8 20 -
CMYK 0 0.97 0.92 0.06
HSL 356.9º 0.94% 0.49% -
HSV(B) 356.9º 0.97% 0.94% -
XYZ 36.15 18.75 2.38 -
YUV 78.74 94.86 243.02 -
System Red Green Blue C M Y K H S L
Decimal 240 8 20 0 0.97 0.92 0.06 356.9 0.94 0.49
Hex F0 8 14 0 61 5C 6 165 5E 31
Octal 360 10 24 0 141 134 6 545 136 61
Binary 11110000 1000 10100 0 1100001 1011100 110 101100101 1011110 110001

Color Harmonies of #F00814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00814

Black with #F00814

Text Example


Text Example

White with #F00814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00814; }

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

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

background-color css

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

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

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

border-color css

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

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

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