Html Css Color HEX #F8052D Torch Red

📋 copy color: '#F8052D'

red 248 ◦ green 5 ◦ blue 45

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

Shades of Torch Red #F8052D

Tints of Torch Red #F8052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.1%

R = 83.22%
G = 1.68%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8052D (or 0xF8052D) is known color: Torch Red. HEX triplet: F8, 05 and 2D. RGB value is (248,5,45). Sum of RGB (Red+Green+Blue) = 248+5+45=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F8052D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8052D is #07FAD2. Grayscale: #525252. Windows color (decimal): -522963 or 2950648. OLE color: 2950648.

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

Color convert

RGB 248 5 45 -
CMYK 0 0.98 0.82 0.03
HSL 350.12º 0.96% 0.5% -
HSV(B) 350.12º 0.98% 0.97% -
XYZ 39.24 20.25 4.32 -
YUV 82.22 107.01 246.25 -
System Red Green Blue C M Y K H S L
Decimal 248 5 45 0 0.98 0.82 0.03 350.12 0.96 0.5
Hex F8 5 2D 0 62 52 3 15E 60 32
Octal 370 5 55 0 142 122 3 536 140 62
Binary 11111000 101 101101 0 1100010 1010010 11 101011110 1100000 110010

Color Harmonies of #F8052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8052D

Black with #F8052D

Text Example


Text Example

White with #F8052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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