Html Css Color HEX #F81619 Torch Red

📋 copy color: '#F81619'

red 248 ◦ green 22 ◦ blue 25

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

Shades of Torch Red #F81619

Tints of Torch Red #F81619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.46%

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

R = 84.07%
G = 7.46%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#F81619 (or 0xF81619) is known color: Torch Red. HEX triplet: F8, 16 and 19. RGB value is (248,22,25). Sum of RGB (Red+Green+Blue) = 248+22+25=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F81619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81619 is #07E9E6. Grayscale: #5A5A5A. Windows color (decimal): -518631 or 1644280. OLE color: 1644280.

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

Color convert

RGB 248 22 25 -
CMYK 0 0.91 0.90 0.03
HSL 359.2º 0.94% 0.53% -
HSV(B) 359.2º 0.91% 0.97% -
XYZ 39.17 20.6 2.83 -
YUV 89.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 248 22 25 0 0.91 0.90 0.03 359.2 0.94 0.53
Hex F8 16 19 0 5B 5A 3 167 5E 35
Octal 370 26 31 0 133 132 3 547 136 65
Binary 11111000 10110 11001 0 1011011 1011010 11 101100111 1011110 110101

Color Harmonies of #F81619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81619

Black with #F81619

Text Example


Text Example

White with #F81619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81619; }

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

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

background-color css

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

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

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

border-color css

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

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

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