Html Css Color HEX #F81C26 Torch Red

📋 copy color: '#F81C26'

red 248 ◦ green 28 ◦ blue 38

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

Shades of Torch Red #F81C26

Tints of Torch Red #F81C26

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.92%

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 78.98%
G = 8.92%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F81C26 (or 0xF81C26) is known color: Torch Red. HEX triplet: F8, 1C and 26. RGB value is (248,28,38). Sum of RGB (Red+Green+Blue) = 248+28+38=314 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.98% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C26 is #07E3D9. Grayscale: #5F5F5F. Windows color (decimal): -517082 or 2497784. OLE color: 2497784.

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

Color convert

RGB 248 28 38 -
CMYK 0 0.89 0.85 0.03
HSL 357.27º 0.94% 0.54% -
HSV(B) 357.27º 0.89% 0.97% -
XYZ 39.48 20.93 3.79 -
YUV 94.92 95.89 237.19 -
System Red Green Blue C M Y K H S L
Decimal 248 28 38 0 0.89 0.85 0.03 357.27 0.94 0.54
Hex F8 1C 26 0 59 55 3 165 5E 36
Octal 370 34 46 0 131 125 3 545 136 66
Binary 11111000 11100 100110 0 1011001 1010101 11 101100101 1011110 110110

Color Harmonies of #F81C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C26

Black with #F81C26

Text Example


Text Example

White with #F81C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C26; }

 p { color: rgb(248,28,38); }

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

background-color css

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

 a { background-color: rgb(248,28,38); }

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

border-color css

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

 span { border-color: rgb(248,28,38); }

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