Html Css Color HEX #F8112B Torch Red

📋 copy color: '#F8112B'

red 248 ◦ green 17 ◦ blue 43

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

Shades of Torch Red #F8112B

Tints of Torch Red #F8112B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 80.52%
G = 5.52%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F8112B (or 0xF8112B) is known color: Torch Red. HEX triplet: F8, 11 and 2B. RGB value is (248,17,43). Sum of RGB (Red+Green+Blue) = 248+17+43=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F8112B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8112B is #07EED4. Grayscale: #595959. Windows color (decimal): -519893 or 2822648. OLE color: 2822648.

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

Color convert

RGB 248 17 43 -
CMYK 0 0.93 0.83 0.03
HSL 353.25º 0.94% 0.52% -
HSV(B) 353.25º 0.93% 0.97% -
XYZ 39.35 20.53 4.17 -
YUV 89.03 102.03 241.39 -
System Red Green Blue C M Y K H S L
Decimal 248 17 43 0 0.93 0.83 0.03 353.25 0.94 0.52
Hex F8 11 2B 0 5D 53 3 161 5E 34
Octal 370 21 53 0 135 123 3 541 136 64
Binary 11111000 10001 101011 0 1011101 1010011 11 101100001 1011110 110100

Color Harmonies of #F8112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8112B

Black with #F8112B

Text Example


Text Example

White with #F8112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8112B; }

 p { color: rgb(248,17,43); }

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

background-color css

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

 a { background-color: rgb(248,17,43); }

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

border-color css

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

 span { border-color: rgb(248,17,43); }

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