Html Css Color HEX #F5161E Torch Red

📋 copy color: '#F5161E'

red 245 ◦ green 22 ◦ blue 30

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

Shades of Torch Red #F5161E

Tints of Torch Red #F5161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 82.49%
G = 7.41%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5161E (or 0xF5161E) is known color: Torch Red. HEX triplet: F5, 16 and 1E. RGB value is (245,22,30). Sum of RGB (Red+Green+Blue) = 245+22+30=297 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.49% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 245 - color contains mainly: red. Hex color #F5161E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5161E is #0AE9E1. Grayscale: #595959. Windows color (decimal): -715234 or 1971957. OLE color: 1971957.

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

Color convert

RGB 245 22 30 -
CMYK 0 0.91 0.88 0.04
HSL 357.85º 0.92% 0.52% -
HSV(B) 357.85º 0.91% 0.96% -
XYZ 38.18 20.08 3.09 -
YUV 89.59 94.38 238.85 -
System Red Green Blue C M Y K H S L
Decimal 245 22 30 0 0.91 0.88 0.04 357.85 0.92 0.52
Hex F5 16 1E 0 5B 58 4 166 5C 34
Octal 365 26 36 0 133 130 4 546 134 64
Binary 11110101 10110 11110 0 1011011 1011000 100 101100110 1011100 110100

Color Harmonies of #F5161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5161E

Black with #F5161E

Text Example


Text Example

White with #F5161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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