Html Css Color HEX #F5172B Torch Red

📋 copy color: '#F5172B'

red 245 ◦ green 23 ◦ blue 43

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

Shades of Torch Red #F5172B

Tints of Torch Red #F5172B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.4%

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 78.78%
G = 7.4%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5172B (or 0xF5172B) is known color: Torch Red. HEX triplet: F5, 17 and 2B. RGB value is (245,23,43). Sum of RGB (Red+Green+Blue) = 245+23+43=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F5172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5172B is #0AE8D4. Grayscale: #5B5B5B. Windows color (decimal): -714965 or 2824181. OLE color: 2824181.

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

Color convert

RGB 245 23 43 -
CMYK 0 0.91 0.82 0.04
HSL 354.59º 0.92% 0.53% -
HSV(B) 354.59º 0.91% 0.96% -
XYZ 38.4 20.2 4.16 -
YUV 91.66 100.55 237.37 -
System Red Green Blue C M Y K H S L
Decimal 245 23 43 0 0.91 0.82 0.04 354.59 0.92 0.53
Hex F5 17 2B 0 5B 52 4 163 5C 35
Octal 365 27 53 0 133 122 4 543 134 65
Binary 11110101 10111 101011 0 1011011 1010010 100 101100011 1011100 110101

Color Harmonies of #F5172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5172B

Black with #F5172B

Text Example


Text Example

White with #F5172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5172B; }

 p { color: rgb(245,23,43); }

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

background-color css

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

 a { background-color: rgb(245,23,43); }

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

border-color css

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

 span { border-color: rgb(245,23,43); }

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