Html Css Color HEX #F5111B Torch Red

📋 copy color: '#F5111B'

red 245 ◦ green 17 ◦ blue 27

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

Shades of Torch Red #F5111B

Tints of Torch Red #F5111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 84.78%
G = 5.88%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5111B (or 0xF5111B) is known color: Torch Red. HEX triplet: F5, 11 and 1B. RGB value is (245,17,27). Sum of RGB (Red+Green+Blue) = 245+17+27=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F5111B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5111B is #0AEEE4. Grayscale: #565656. Windows color (decimal): -716517 or 1774069. OLE color: 1774069.

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

Color convert

RGB 245 17 27 -
CMYK 0 0.93 0.89 0.04
HSL 357.37º 0.92% 0.51% -
HSV(B) 357.37º 0.93% 0.96% -
XYZ 38.05 19.89 2.87 -
YUV 86.31 94.54 241.19 -
System Red Green Blue C M Y K H S L
Decimal 245 17 27 0 0.93 0.89 0.04 357.37 0.92 0.51
Hex F5 11 1B 0 5D 59 4 165 5C 33
Octal 365 21 33 0 135 131 4 545 134 63
Binary 11110101 10001 11011 0 1011101 1011001 100 101100101 1011100 110011

Color Harmonies of #F5111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5111B

Black with #F5111B

Text Example


Text Example

White with #F5111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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