Html Css Color HEX #F5162D Torch Red

📋 copy color: '#F5162D'

red 245 ◦ green 22 ◦ blue 45

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

Shades of Torch Red #F5162D

Tints of Torch Red #F5162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 78.53%
G = 7.05%
B = 14.42%

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

#F5162D (or 0xF5162D) is known color: Torch Red. HEX triplet: F5, 16 and 2D. RGB value is (245,22,45). Sum of RGB (Red+Green+Blue) = 245+22+45=312 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.53% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 245 - color contains mainly: red. Hex color #F5162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5162D is #0AE9D2. Grayscale: #5B5B5B. Windows color (decimal): -715219 or 2954997. OLE color: 2954997.

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

Color convert

RGB 245 22 45 -
CMYK 0 0.91 0.82 0.04
HSL 353.81º 0.92% 0.52% -
HSV(B) 353.81º 0.91% 0.96% -
XYZ 38.42 20.18 4.35 -
YUV 91.3 101.88 237.63 -
System Red Green Blue C M Y K H S L
Decimal 245 22 45 0 0.91 0.82 0.04 353.81 0.92 0.52
Hex F5 16 2D 0 5B 52 4 162 5C 34
Octal 365 26 55 0 133 122 4 542 134 64
Binary 11110101 10110 101101 0 1011011 1010010 100 101100010 1011100 110100

Color Harmonies of #F5162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5162D

Black with #F5162D

Text Example


Text Example

White with #F5162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5162D; }

 p { color: rgb(245,22,45); }

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

background-color css

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

 a { background-color: rgb(245,22,45); }

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

border-color css

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

 span { border-color: rgb(245,22,45); }

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