Html Css Color HEX #F8142C Torch Red

📋 copy color: '#F8142C'

red 248 ◦ green 20 ◦ blue 44

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

Shades of Torch Red #F8142C

Tints of Torch Red #F8142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 79.49%
G = 6.41%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8142C (or 0xF8142C) is known color: Torch Red. HEX triplet: F8, 14 and 2C. RGB value is (248,20,44). Sum of RGB (Red+Green+Blue) = 248+20+44=312 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.49% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 248 - color contains mainly: red. Hex color #F8142C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8142C is #07EBD3. Grayscale: #5B5B5B. Windows color (decimal): -519124 or 2888952. OLE color: 2888952.

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

Color convert

RGB 248 20 44 -
CMYK 0 0.92 0.82 0.03
HSL 353.68º 0.94% 0.53% -
HSV(B) 353.68º 0.92% 0.97% -
XYZ 39.42 20.64 4.29 -
YUV 90.91 101.54 240.05 -
System Red Green Blue C M Y K H S L
Decimal 248 20 44 0 0.92 0.82 0.03 353.68 0.94 0.53
Hex F8 14 2C 0 5C 52 3 162 5E 35
Octal 370 24 54 0 134 122 3 542 136 65
Binary 11111000 10100 101100 0 1011100 1010010 11 101100010 1011110 110101

Color Harmonies of #F8142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8142C

Black with #F8142C

Text Example


Text Example

White with #F8142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8142C; }

 p { color: rgb(248,20,44); }

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

background-color css

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

 a { background-color: rgb(248,20,44); }

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

border-color css

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

 span { border-color: rgb(248,20,44); }

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