Html Css Color HEX #F81544 Torch Red

📋 copy color: '#F81544'

red 248 ◦ green 21 ◦ blue 68

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

Shades of Torch Red #F81544

Tints of Torch Red #F81544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.18%

R = 73.59%
G = 6.23%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F81544 (or 0xF81544) is known color: Torch Red. HEX triplet: F8, 15 and 44. RGB value is (248,21,68). Sum of RGB (Red+Green+Blue) = 248+21+68=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F81544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81544 is #07EABB. Grayscale: #5E5E5E. Windows color (decimal): -518844 or 4462072. OLE color: 4462072.

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

Color convert

RGB 248 21 68 -
CMYK 0 0.92 0.73 0.03
HSL 347.58º 0.94% 0.53% -
HSV(B) 347.58º 0.92% 0.97% -
XYZ 40.02 20.91 7.4 -
YUV 94.23 113.21 237.68 -
System Red Green Blue C M Y K H S L
Decimal 248 21 68 0 0.92 0.73 0.03 347.58 0.94 0.53
Hex F8 15 44 0 5C 49 3 15C 5E 35
Octal 370 25 104 0 134 111 3 534 136 65
Binary 11111000 10101 1000100 0 1011100 1001001 11 101011100 1011110 110101

Color Harmonies of #F81544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81544

Black with #F81544

Text Example


Text Example

White with #F81544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81544; }

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

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

background-color css

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

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

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

border-color css

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

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

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