Html Css Color HEX #F80613 Torch Red

📋 copy color: '#F80613'

red 248 ◦ green 6 ◦ blue 19

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

Shades of Torch Red #F80613

Tints of Torch Red #F80613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 90.84%
G = 2.2%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F80613 (or 0xF80613) is known color: Torch Red. HEX triplet: F8, 06 and 13. RGB value is (248,6,19). Sum of RGB (Red+Green+Blue) = 248+6+19=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F80613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F80613 is #07F9EC. Grayscale: #505050. Windows color (decimal): -522733 or 1246968. OLE color: 1246968.

HSL color Cylindrical-coordinate representation of color #F80613: hue angle of 356.78º degrees, saturation: 0.95, 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 #F80613 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 6 19 -
CMYK 0 0.98 0.92 0.03
HSL 356.78º 0.95% 0.5% -
HSV(B) 356.78º 0.98% 0.97% -
XYZ 38.89 20.13 2.45 -
YUV 79.84 93.67 247.94 -
System Red Green Blue C M Y K H S L
Decimal 248 6 19 0 0.98 0.92 0.03 356.78 0.95 0.5
Hex F8 6 13 0 62 5C 3 165 5F 32
Octal 370 6 23 0 142 134 3 545 137 62
Binary 11111000 110 10011 0 1100010 1011100 11 101100101 1011111 110010

Color Harmonies of #F80613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80613

Black with #F80613

Text Example


Text Example

White with #F80613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80613; }

 p { color: rgb(248,6,19); }

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

background-color css

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

 a { background-color: rgb(248,6,19); }

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

border-color css

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

 span { border-color: rgb(248,6,19); }

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