Html Css Color HEX #F8052E Torch Red

📋 copy color: '#F8052E'

red 248 ◦ green 5 ◦ blue 46

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

Shades of Torch Red #F8052E

Tints of Torch Red #F8052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 82.94%
G = 1.67%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8052E (or 0xF8052E) is known color: Torch Red. HEX triplet: F8, 05 and 2E. RGB value is (248,5,46). Sum of RGB (Red+Green+Blue) = 248+5+46=299 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.94% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 248 - color contains mainly: red. Hex color #F8052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8052E is #07FAD1. Grayscale: #525252. Windows color (decimal): -522962 or 3016184. OLE color: 3016184.

HSL color Cylindrical-coordinate representation of color #F8052E: hue angle of 349.88º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8052E is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 5 46 -
CMYK 0 0.98 0.81 0.03
HSL 349.88º 0.96% 0.5% -
HSV(B) 349.88º 0.98% 0.97% -
XYZ 39.26 20.26 4.43 -
YUV 82.33 107.51 246.17 -
System Red Green Blue C M Y K H S L
Decimal 248 5 46 0 0.98 0.81 0.03 349.88 0.96 0.5
Hex F8 5 2E 0 62 51 3 15E 60 32
Octal 370 5 56 0 142 121 3 536 140 62
Binary 11111000 101 101110 0 1100010 1010001 11 101011110 1100000 110010

Color Harmonies of #F8052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8052E

Black with #F8052E

Text Example


Text Example

White with #F8052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8052E; }

 p { color: rgb(248,5,46); }

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

background-color css

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

 a { background-color: rgb(248,5,46); }

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

border-color css

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

 span { border-color: rgb(248,5,46); }

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