Html Css Color HEX #F5182C Torch Red

📋 copy color: '#F5182C'

red 245 ◦ green 24 ◦ blue 44

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

Shades of Torch Red #F5182C

Tints of Torch Red #F5182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 78.27%
G = 7.67%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5182C (or 0xF5182C) is known color: Torch Red. HEX triplet: F5, 18 and 2C. RGB value is (245,24,44). Sum of RGB (Red+Green+Blue) = 245+24+44=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5182C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5182C is #0AE7D3. Grayscale: #5C5C5C. Windows color (decimal): -714708 or 2889973. OLE color: 2889973.

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

Color convert

RGB 245 24 44 -
CMYK 0 0.90 0.82 0.04
HSL 354.57º 0.92% 0.53% -
HSV(B) 354.57º 0.9% 0.96% -
XYZ 38.44 20.25 4.27 -
YUV 92.36 100.72 236.87 -
System Red Green Blue C M Y K H S L
Decimal 245 24 44 0 0.90 0.82 0.04 354.57 0.92 0.53
Hex F5 18 2C 0 5A 52 4 163 5C 35
Octal 365 30 54 0 132 122 4 543 134 65
Binary 11110101 11000 101100 0 1011010 1010010 100 101100011 1011100 110101

Color Harmonies of #F5182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5182C

Black with #F5182C

Text Example


Text Example

White with #F5182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5182C; }

 p { color: rgb(245,24,44); }

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

background-color css

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

 a { background-color: rgb(245,24,44); }

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

border-color css

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

 span { border-color: rgb(245,24,44); }

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