Html Css Color HEX #F80012 Torch Red

📋 copy color: '#F80012'

red 248 ◦ green 0 ◦ blue 18

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

Shades of Torch Red #F80012

Tints of Torch Red #F80012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.23%
G = 0%
B = 6.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F80012 (or 0xF80012) is known color: Torch Red. HEX triplet: F8, 00 and 12. RGB value is (248,0,18). Sum of RGB (Red+Green+Blue) = 248+0+18=266 (35% of max value = 765). Red value is 248 (97.27% from 255 or 93.23% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 248 - color contains mainly: red. Hex color #F80012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80012 is #07FFED. Grayscale: #4C4C4C. Windows color (decimal): -524270 or 1179896. OLE color: 1179896.

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

Color convert

RGB 248 0 18 -
CMYK 0 1 0.93 0.03
HSL 355.65º 1% 0.49% -
HSV(B) 355.65º 1% 0.97% -
XYZ 38.82 20 2.39 -
YUV 76.2 95.16 250.54 -
System Red Green Blue C M Y K H S L
Decimal 248 0 18 0 1 0.93 0.03 355.65 1 0.49
Hex F8 0 12 0 64 5D 3 164 64 31
Octal 370 0 22 0 144 135 3 544 144 61
Binary 11111000 0 10010 0 1100100 1011101 11 101100100 1100100 110001

Color Harmonies of #F80012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80012

Black with #F80012

Text Example


Text Example

White with #F80012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80012; }

 p { color: rgb(248,0,18); }

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

background-color css

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

 a { background-color: rgb(248,0,18); }

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

border-color css

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

 span { border-color: rgb(248,0,18); }

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