Html Css Color HEX #F5182B Torch Red

📋 copy color: '#F5182B'

red 245 ◦ green 24 ◦ blue 43

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

Shades of Torch Red #F5182B

Tints of Torch Red #F5182B

RGB

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

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

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

R = 78.53%
G = 7.69%
B = 13.78%

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

#F5182B (or 0xF5182B) is known color: Torch Red. HEX triplet: F5, 18 and 2B. RGB value is (245,24,43). Sum of RGB (Red+Green+Blue) = 245+24+43=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5182B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5182B is #0AE7D4. Grayscale: #5C5C5C. Windows color (decimal): -714709 or 2824437. OLE color: 2824437.

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

Color convert

RGB 245 24 43 -
CMYK 0 0.90 0.82 0.04
HSL 354.84º 0.92% 0.53% -
HSV(B) 354.84º 0.9% 0.96% -
XYZ 38.42 20.24 4.17 -
YUV 92.25 100.22 236.96 -
System Red Green Blue C M Y K H S L
Decimal 245 24 43 0 0.90 0.82 0.04 354.84 0.92 0.53
Hex F5 18 2B 0 5A 52 4 163 5C 35
Octal 365 30 53 0 132 122 4 543 134 65
Binary 11110101 11000 101011 0 1011010 1010010 100 101100011 1011100 110101

Color Harmonies of #F5182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5182B

Black with #F5182B

Text Example


Text Example

White with #F5182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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