Html Css Color HEX #F81839 Torch Red

📋 copy color: '#F81839'

red 248 ◦ green 24 ◦ blue 57

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

Shades of Torch Red #F81839

Tints of Torch Red #F81839

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.29%

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 75.38%
G = 7.29%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F81839 (or 0xF81839) is known color: Torch Red. HEX triplet: F8, 18 and 39. RGB value is (248,24,57). Sum of RGB (Red+Green+Blue) = 248+24+57=329 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.38% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 248 - color contains mainly: red. Hex color #F81839 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81839 is #07E7C6. Grayscale: #5E5E5E. Windows color (decimal): -518087 or 3741944. OLE color: 3741944.

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

Color convert

RGB 248 24 57 -
CMYK 0 0.90 0.77 0.03
HSL 351.16º 0.94% 0.53% -
HSV(B) 351.16º 0.9% 0.97% -
XYZ 39.78 20.91 5.81 -
YUV 94.74 106.71 237.32 -
System Red Green Blue C M Y K H S L
Decimal 248 24 57 0 0.90 0.77 0.03 351.16 0.94 0.53
Hex F8 18 39 0 5A 4D 3 15F 5E 35
Octal 370 30 71 0 132 115 3 537 136 65
Binary 11111000 11000 111001 0 1011010 1001101 11 101011111 1011110 110101

Color Harmonies of #F81839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81839

Black with #F81839

Text Example


Text Example

White with #F81839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81839; }

 p { color: rgb(248,24,57); }

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

background-color css

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

 a { background-color: rgb(248,24,57); }

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

border-color css

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

 span { border-color: rgb(248,24,57); }

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