Html Css Color HEX #F80031 Torch Red

📋 copy color: '#F80031'

red 248 ◦ green 0 ◦ blue 49

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

Shades of Torch Red #F80031

Tints of Torch Red #F80031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.5%

R = 83.5%
G = 0%
B = 16.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F80031 (or 0xF80031) is known color: Torch Red. HEX triplet: F8, 00 and 31. RGB value is (248,0,49). Sum of RGB (Red+Green+Blue) = 248+0+49=297 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.50% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 248 - color contains mainly: red. Hex color #F80031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80031 is #07FFCE. Grayscale: #4F4F4F. Windows color (decimal): -524239 or 3211512. OLE color: 3211512.

HSL color Cylindrical-coordinate representation of color #F80031: hue angle of 348.15º 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 #F80031 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 0 49 -
CMYK 0 1 0.80 0.03
HSL 348.15º 1% 0.49% -
HSV(B) 348.15º 1% 0.97% -
XYZ 39.27 20.18 4.73 -
YUV 79.74 110.66 248.02 -
System Red Green Blue C M Y K H S L
Decimal 248 0 49 0 1 0.80 0.03 348.15 1 0.49
Hex F8 0 31 0 64 50 3 15C 64 31
Octal 370 0 61 0 144 120 3 534 144 61
Binary 11111000 0 110001 0 1100100 1010000 11 101011100 1100100 110001

Color Harmonies of #F80031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80031

Black with #F80031

Text Example


Text Example

White with #F80031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80031; }

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

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

background-color css

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

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

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

border-color css

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

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

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