Html Css Color HEX #F5112A Torch Red

📋 copy color: '#F5112A'

red 245 ◦ green 17 ◦ blue 42

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

Shades of Torch Red #F5112A

Tints of Torch Red #F5112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.59%

 BLUE value IS 42 (16.8% from 255) = 13.82%

R = 80.59%
G = 5.59%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5112A (or 0xF5112A) is known color: Torch Red. HEX triplet: F5, 11 and 2A. RGB value is (245,17,42). Sum of RGB (Red+Green+Blue) = 245+17+42=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F5112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5112A is #0AEED5. Grayscale: #585858. Windows color (decimal): -716502 or 2757109. OLE color: 2757109.

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

Color convert

RGB 245 17 42 -
CMYK 0 0.93 0.83 0.04
HSL 353.42º 0.92% 0.51% -
HSV(B) 353.42º 0.93% 0.96% -
XYZ 38.27 19.98 4.03 -
YUV 88.02 102.04 239.97 -
System Red Green Blue C M Y K H S L
Decimal 245 17 42 0 0.93 0.83 0.04 353.42 0.92 0.51
Hex F5 11 2A 0 5D 53 4 161 5C 33
Octal 365 21 52 0 135 123 4 541 134 63
Binary 11110101 10001 101010 0 1011101 1010011 100 101100001 1011100 110011

Color Harmonies of #F5112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5112A

Black with #F5112A

Text Example


Text Example

White with #F5112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5112A; }

 p { color: rgb(245,17,42); }

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

background-color css

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

 a { background-color: rgb(245,17,42); }

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

border-color css

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

 span { border-color: rgb(245,17,42); }

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