Html Css Color HEX #F5131E Torch Red

📋 copy color: '#F5131E'

red 245 ◦ green 19 ◦ blue 30

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

Shades of Torch Red #F5131E

Tints of Torch Red #F5131E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

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

R = 83.33%
G = 6.46%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5131E (or 0xF5131E) is known color: Torch Red. HEX triplet: F5, 13 and 1E. RGB value is (245,19,30). Sum of RGB (Red+Green+Blue) = 245+19+30=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F5131E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5131E is #0AECE1. Grayscale: #585858. Windows color (decimal): -716002 or 1971189. OLE color: 1971189.

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

Color convert

RGB 245 19 30 -
CMYK 0 0.92 0.88 0.04
HSL 357.08º 0.92% 0.52% -
HSV(B) 357.08º 0.92% 0.96% -
XYZ 38.12 19.97 3.07 -
YUV 87.83 95.37 240.11 -
System Red Green Blue C M Y K H S L
Decimal 245 19 30 0 0.92 0.88 0.04 357.08 0.92 0.52
Hex F5 13 1E 0 5C 58 4 165 5C 34
Octal 365 23 36 0 134 130 4 545 134 64
Binary 11110101 10011 11110 0 1011100 1011000 100 101100101 1011100 110100

Color Harmonies of #F5131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5131E

Black with #F5131E

Text Example


Text Example

White with #F5131E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5131E; }

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

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

background-color css

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

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

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

border-color css

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

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

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