Html Css Color HEX #F8184C Torch Red

📋 copy color: '#F8184C'

red 248 ◦ green 24 ◦ blue 76

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

Shades of Torch Red #F8184C

Tints of Torch Red #F8184C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.9%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 71.26%
G = 6.9%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#F8184C (or 0xF8184C) is known color: Torch Red. HEX triplet: F8, 18 and 4C. RGB value is (248,24,76). Sum of RGB (Red+Green+Blue) = 248+24+76=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8184C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8184C is #07E7B3. Grayscale: #606060. Windows color (decimal): -518068 or 4987128. OLE color: 4987128.

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

Color convert

RGB 248 24 76 -
CMYK 0 0.90 0.69 0.03
HSL 346.07º 0.94% 0.53% -
HSV(B) 346.07º 0.9% 0.97% -
XYZ 40.34 21.13 8.79 -
YUV 96.9 116.21 235.77 -
System Red Green Blue C M Y K H S L
Decimal 248 24 76 0 0.90 0.69 0.03 346.07 0.94 0.53
Hex F8 18 4C 0 5A 45 3 15A 5E 35
Octal 370 30 114 0 132 105 3 532 136 65
Binary 11111000 11000 1001100 0 1011010 1000101 11 101011010 1011110 110101

Color Harmonies of #F8184C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8184C

Black with #F8184C

Text Example


Text Example

White with #F8184C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8184C; }

 p { color: rgb(248,24,76); }

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

background-color css

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

 a { background-color: rgb(248,24,76); }

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

border-color css

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

 span { border-color: rgb(248,24,76); }

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