Html Css Color HEX #F81519 Torch Red

📋 copy color: '#F81519'

red 248 ◦ green 21 ◦ blue 25

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

Shades of Torch Red #F81519

Tints of Torch Red #F81519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 25 (10.16% from 255) = 8.5%

R = 84.35%
G = 7.14%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F81519 (or 0xF81519) is known color: Torch Red. HEX triplet: F8, 15 and 19. RGB value is (248,21,25). Sum of RGB (Red+Green+Blue) = 248+21+25=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F81519 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81519 is #07EAE6. Grayscale: #595959. Windows color (decimal): -518887 or 1644024. OLE color: 1644024.

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

Color convert

RGB 248 21 25 -
CMYK 0 0.92 0.90 0.03
HSL 358.94º 0.94% 0.53% -
HSV(B) 358.94º 0.92% 0.97% -
XYZ 39.16 20.56 2.83 -
YUV 89.33 91.71 241.17 -
System Red Green Blue C M Y K H S L
Decimal 248 21 25 0 0.92 0.90 0.03 358.94 0.94 0.53
Hex F8 15 19 0 5C 5A 3 167 5E 35
Octal 370 25 31 0 134 132 3 547 136 65
Binary 11111000 10101 11001 0 1011100 1011010 11 101100111 1011110 110101

Color Harmonies of #F81519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81519

Black with #F81519

Text Example


Text Example

White with #F81519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81519; }

 p { color: rgb(248,21,25); }

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

background-color css

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

 a { background-color: rgb(248,21,25); }

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

border-color css

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

 span { border-color: rgb(248,21,25); }

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