Html Css Color HEX #F8123A Torch Red

📋 copy color: '#F8123A'

red 248 ◦ green 18 ◦ blue 58

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

Shades of Torch Red #F8123A

Tints of Torch Red #F8123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.9%

R = 76.54%
G = 5.56%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#F8123A (or 0xF8123A) is known color: Torch Red. HEX triplet: F8, 12 and 3A. RGB value is (248,18,58). Sum of RGB (Red+Green+Blue) = 248+18+58=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F8123A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8123A is #07EDC5. Grayscale: #5B5B5B. Windows color (decimal): -519622 or 3805944. OLE color: 3805944.

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

Color convert

RGB 248 18 58 -
CMYK 0 0.93 0.77 0.03
HSL 349.57º 0.94% 0.52% -
HSV(B) 349.57º 0.93% 0.97% -
XYZ 39.69 20.69 5.91 -
YUV 91.33 109.2 239.75 -
System Red Green Blue C M Y K H S L
Decimal 248 18 58 0 0.93 0.77 0.03 349.57 0.94 0.52
Hex F8 12 3A 0 5D 4D 3 15E 5E 34
Octal 370 22 72 0 135 115 3 536 136 64
Binary 11111000 10010 111010 0 1011101 1001101 11 101011110 1011110 110100

Color Harmonies of #F8123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8123A

Black with #F8123A

Text Example


Text Example

White with #F8123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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