Html Css Color HEX #F82141 Torch Red

📋 copy color: '#F82141'

red 248 ◦ green 33 ◦ blue 65

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

Shades of Torch Red #F82141

Tints of Torch Red #F82141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 71.68%
G = 9.54%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#F82141 (or 0xF82141) is known color: Torch Red. HEX triplet: F8, 21 and 41. RGB value is (248,33,65). Sum of RGB (Red+Green+Blue) = 248+33+65=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F82141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82141 is #07DEBE. Grayscale: #656565. Windows color (decimal): -515775 or 4268536. OLE color: 4268536.

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

Color convert

RGB 248 33 65 -
CMYK 0 0.87 0.74 0.03
HSL 351.07º 0.94% 0.55% -
HSV(B) 351.07º 0.87% 0.97% -
XYZ 40.21 21.43 7.02 -
YUV 100.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 248 33 65 0 0.87 0.74 0.03 351.07 0.94 0.55
Hex F8 21 41 0 57 4A 3 15F 5E 37
Octal 370 41 101 0 127 112 3 537 136 67
Binary 11111000 100001 1000001 0 1010111 1001010 11 101011111 1011110 110111

Color Harmonies of #F82141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82141

Black with #F82141

Text Example


Text Example

White with #F82141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82141; }

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

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

background-color css

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

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

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

border-color css

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

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

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