Html Css Color HEX #F80512 Torch Red

📋 copy color: '#F80512'

red 248 ◦ green 5 ◦ blue 18

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

Shades of Torch Red #F80512

Tints of Torch Red #F80512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 91.51%
G = 1.85%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F80512 (or 0xF80512) is known color: Torch Red. HEX triplet: F8, 05 and 12. RGB value is (248,5,18). Sum of RGB (Red+Green+Blue) = 248+5+18=271 (35% of max value = 765). Red value is 248 (97.27% from 255 or 91.51% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 248 - color contains mainly: red. Hex color #F80512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80512 is #07FAED. Grayscale: #4F4F4F. Windows color (decimal): -522990 or 1181176. OLE color: 1181176.

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

Color convert

RGB 248 5 18 -
CMYK 0 0.98 0.93 0.03
HSL 356.79º 0.96% 0.5% -
HSV(B) 356.79º 0.98% 0.97% -
XYZ 38.87 20.11 2.4 -
YUV 79.14 93.51 248.44 -
System Red Green Blue C M Y K H S L
Decimal 248 5 18 0 0.98 0.93 0.03 356.79 0.96 0.5
Hex F8 5 12 0 62 5D 3 165 60 32
Octal 370 5 22 0 142 135 3 545 140 62
Binary 11111000 101 10010 0 1100010 1011101 11 101100101 1100000 110010

Color Harmonies of #F80512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80512

Black with #F80512

Text Example


Text Example

White with #F80512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80512; }

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

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

background-color css

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

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

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

border-color css

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

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

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