Html Css Color HEX #F81541 Torch Red

📋 copy color: '#F81541'

red 248 ◦ green 21 ◦ blue 65

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

Shades of Torch Red #F81541

Tints of Torch Red #F81541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 74.25%
G = 6.29%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F81541 (or 0xF81541) is known color: Torch Red. HEX triplet: F8, 15 and 41. RGB value is (248,21,65). Sum of RGB (Red+Green+Blue) = 248+21+65=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F81541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81541 is #07EABE. Grayscale: #5D5D5D. Windows color (decimal): -518847 or 4265464. OLE color: 4265464.

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

Color convert

RGB 248 21 65 -
CMYK 0 0.92 0.74 0.03
HSL 348.37º 0.94% 0.53% -
HSV(B) 348.37º 0.92% 0.97% -
XYZ 39.93 20.87 6.93 -
YUV 93.89 111.71 237.92 -
System Red Green Blue C M Y K H S L
Decimal 248 21 65 0 0.92 0.74 0.03 348.37 0.94 0.53
Hex F8 15 41 0 5C 4A 3 15C 5E 35
Octal 370 25 101 0 134 112 3 534 136 65
Binary 11111000 10101 1000001 0 1011100 1001010 11 101011100 1011110 110101

Color Harmonies of #F81541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81541

Black with #F81541

Text Example


Text Example

White with #F81541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81541; }

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

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

background-color css

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

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

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

border-color css

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

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

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