Html Css Color HEX #F8121D Torch Red

📋 copy color: '#F8121D'

red 248 ◦ green 18 ◦ blue 29

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

Shades of Torch Red #F8121D

Tints of Torch Red #F8121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.1%

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 84.07%
G = 6.1%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F8121D (or 0xF8121D) is known color: Torch Red. HEX triplet: F8, 12 and 1D. RGB value is (248,18,29). Sum of RGB (Red+Green+Blue) = 248+18+29=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8121D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8121D is #07EDE2. Grayscale: #585858. Windows color (decimal): -519651 or 1905400. OLE color: 1905400.

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

Color convert

RGB 248 18 29 -
CMYK 0 0.93 0.88 0.03
HSL 357.13º 0.94% 0.52% -
HSV(B) 357.13º 0.93% 0.97% -
XYZ 39.15 20.48 3.05 -
YUV 88.02 94.7 242.11 -
System Red Green Blue C M Y K H S L
Decimal 248 18 29 0 0.93 0.88 0.03 357.13 0.94 0.52
Hex F8 12 1D 0 5D 58 3 165 5E 34
Octal 370 22 35 0 135 130 3 545 136 64
Binary 11111000 10010 11101 0 1011101 1011000 11 101100101 1011110 110100

Color Harmonies of #F8121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8121D

Black with #F8121D

Text Example


Text Example

White with #F8121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8121D; }

 p { color: rgb(248,18,29); }

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

background-color css

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

 a { background-color: rgb(248,18,29); }

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

border-color css

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

 span { border-color: rgb(248,18,29); }

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