Html Css Color HEX #F81431 Torch Red

📋 copy color: '#F81431'

red 248 ◦ green 20 ◦ blue 49

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

Shades of Torch Red #F81431

Tints of Torch Red #F81431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.31%

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

R = 78.23%
G = 6.31%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F81431 (or 0xF81431) is known color: Torch Red. HEX triplet: F8, 14 and 31. RGB value is (248,20,49). Sum of RGB (Red+Green+Blue) = 248+20+49=317 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.23% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 248 - color contains mainly: red. Hex color #F81431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81431 is #07EBCE. Grayscale: #5B5B5B. Windows color (decimal): -519119 or 3216632. OLE color: 3216632.

HSL color Cylindrical-coordinate representation of color #F81431: hue angle of 352.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81431 is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 20 49 -
CMYK 0 0.92 0.80 0.03
HSL 352.37º 0.94% 0.53% -
HSV(B) 352.37º 0.92% 0.97% -
XYZ 39.52 20.68 4.81 -
YUV 91.48 104.04 239.64 -
System Red Green Blue C M Y K H S L
Decimal 248 20 49 0 0.92 0.80 0.03 352.37 0.94 0.53
Hex F8 14 31 0 5C 50 3 160 5E 35
Octal 370 24 61 0 134 120 3 540 136 65
Binary 11111000 10100 110001 0 1011100 1010000 11 101100000 1011110 110101

Color Harmonies of #F81431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81431

Black with #F81431

Text Example


Text Example

White with #F81431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81431; }

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

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

background-color css

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

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

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

border-color css

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

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

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