Html Css Color HEX #F81C40 Torch Red

📋 copy color: '#F81C40'

red 248 ◦ green 28 ◦ blue 64

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

Shades of Torch Red #F81C40

Tints of Torch Red #F81C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.82%

R = 72.94%
G = 8.24%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F81C40 (or 0xF81C40) is known color: Torch Red. HEX triplet: F8, 1C and 40. RGB value is (248,28,64). Sum of RGB (Red+Green+Blue) = 248+28+64=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C40 is #07E3BF. Grayscale: #616161. Windows color (decimal): -517056 or 4201720. OLE color: 4201720.

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

Color convert

RGB 248 28 64 -
CMYK 0 0.89 0.74 0.03
HSL 350.18º 0.94% 0.54% -
HSV(B) 350.18º 0.89% 0.97% -
XYZ 40.05 21.16 6.82 -
YUV 97.88 108.89 235.07 -
System Red Green Blue C M Y K H S L
Decimal 248 28 64 0 0.89 0.74 0.03 350.18 0.94 0.54
Hex F8 1C 40 0 59 4A 3 15E 5E 36
Octal 370 34 100 0 131 112 3 536 136 66
Binary 11111000 11100 1000000 0 1011001 1001010 11 101011110 1011110 110110

Color Harmonies of #F81C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81C40

Black with #F81C40

Text Example


Text Example

White with #F81C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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