Html Css Color HEX #F5143B Torch Red

📋 copy color: '#F5143B'

red 245 ◦ green 20 ◦ blue 59

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

Shades of Torch Red #F5143B

Tints of Torch Red #F5143B

RGB

 RED value IS 245 (96.09% from 255) = 75.62%

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

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 75.62%
G = 6.17%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5143B (or 0xF5143B) is known color: Torch Red. HEX triplet: F5, 14 and 3B. RGB value is (245,20,59). Sum of RGB (Red+Green+Blue) = 245+20+59=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F5143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5143B is #0AEBC4. Grayscale: #5B5B5B. Windows color (decimal): -715717 or 3871989. OLE color: 3871989.

HSL color Cylindrical-coordinate representation of color #F5143B: hue angle of 349.6º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5143B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 20 59 -
CMYK 0 0.92 0.76 0.04
HSL 349.6º 0.92% 0.52% -
HSV(B) 349.6º 0.92% 0.96% -
XYZ 38.7 20.23 6 -
YUV 91.72 109.54 237.33 -
System Red Green Blue C M Y K H S L
Decimal 245 20 59 0 0.92 0.76 0.04 349.6 0.92 0.52
Hex F5 14 3B 0 5C 4C 4 15E 5C 34
Octal 365 24 73 0 134 114 4 536 134 64
Binary 11110101 10100 111011 0 1011100 1001100 100 101011110 1011100 110100

Color Harmonies of #F5143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5143B

Black with #F5143B

Text Example


Text Example

White with #F5143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5143B; }

 p { color: rgb(245,20,59); }

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

background-color css

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

 a { background-color: rgb(245,20,59); }

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

border-color css

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

 span { border-color: rgb(245,20,59); }

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