Html Css Color HEX #F8132E Torch Red

📋 copy color: '#F8132E'

red 248 ◦ green 19 ◦ blue 46

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

Shades of Torch Red #F8132E

Tints of Torch Red #F8132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.07%

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

R = 79.23%
G = 6.07%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8132E (or 0xF8132E) is known color: Torch Red. HEX triplet: F8, 13 and 2E. RGB value is (248,19,46). Sum of RGB (Red+Green+Blue) = 248+19+46=313 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.23% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 248 - color contains mainly: red. Hex color #F8132E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8132E is #07ECD1. Grayscale: #5A5A5A. Windows color (decimal): -519378 or 3019768. OLE color: 3019768.

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

Color convert

RGB 248 19 46 -
CMYK 0 0.92 0.81 0.03
HSL 352.93º 0.94% 0.52% -
HSV(B) 352.93º 0.92% 0.97% -
XYZ 39.44 20.62 4.49 -
YUV 90.55 102.87 240.3 -
System Red Green Blue C M Y K H S L
Decimal 248 19 46 0 0.92 0.81 0.03 352.93 0.94 0.52
Hex F8 13 2E 0 5C 51 3 161 5E 34
Octal 370 23 56 0 134 121 3 541 136 64
Binary 11111000 10011 101110 0 1011100 1010001 11 101100001 1011110 110100

Color Harmonies of #F8132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8132E

Black with #F8132E

Text Example


Text Example

White with #F8132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8132E; }

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

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

background-color css

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

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

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

border-color css

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

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

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