Html Css Color HEX #F82242 Torch Red

📋 copy color: '#F82242'

red 248 ◦ green 34 ◦ blue 66

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

Shades of Torch Red #F82242

Tints of Torch Red #F82242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.77%

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 71.26%
G = 9.77%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#F82242 (or 0xF82242) is known color: Torch Red. HEX triplet: F8, 22 and 42. RGB value is (248,34,66). Sum of RGB (Red+Green+Blue) = 248+34+66=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 34 (13.67% from 255 or 9.77% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F82242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82242 is #07DDBD. Grayscale: #656565. Windows color (decimal): -515518 or 4334328. OLE color: 4334328.

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

Color convert

RGB 248 34 66 -
CMYK 0 0.86 0.73 0.03
HSL 351.03º 0.94% 0.55% -
HSV(B) 351.03º 0.86% 0.97% -
XYZ 40.27 21.49 7.18 -
YUV 101.63 107.9 232.4 -
System Red Green Blue C M Y K H S L
Decimal 248 34 66 0 0.86 0.73 0.03 351.03 0.94 0.55
Hex F8 22 42 0 56 49 3 15F 5E 37
Octal 370 42 102 0 126 111 3 537 136 67
Binary 11111000 100010 1000010 0 1010110 1001001 11 101011111 1011110 110111

Color Harmonies of #F82242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F82242

Black with #F82242

Text Example


Text Example

White with #F82242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F82242; }

 p { color: rgb(248,34,66); }

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

background-color css

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

 a { background-color: rgb(248,34,66); }

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

border-color css

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

 span { border-color: rgb(248,34,66); }

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