Html Css Color HEX #F5132D Torch Red

📋 copy color: '#F5132D'

red 245 ◦ green 19 ◦ blue 45

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

Shades of Torch Red #F5132D

Tints of Torch Red #F5132D

RGB

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

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

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

R = 79.29%
G = 6.15%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5132D (or 0xF5132D) is known color: Torch Red. HEX triplet: F5, 13 and 2D. RGB value is (245,19,45). Sum of RGB (Red+Green+Blue) = 245+19+45=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F5132D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5132D is #0AECD2. Grayscale: #595959. Windows color (decimal): -715987 or 2954229. OLE color: 2954229.

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

Color convert

RGB 245 19 45 -
CMYK 0 0.92 0.82 0.04
HSL 353.1º 0.92% 0.52% -
HSV(B) 353.1º 0.92% 0.96% -
XYZ 38.36 20.07 4.33 -
YUV 89.54 102.87 238.89 -
System Red Green Blue C M Y K H S L
Decimal 245 19 45 0 0.92 0.82 0.04 353.1 0.92 0.52
Hex F5 13 2D 0 5C 52 4 161 5C 34
Octal 365 23 55 0 134 122 4 541 134 64
Binary 11110101 10011 101101 0 1011100 1010010 100 101100001 1011100 110100

Color Harmonies of #F5132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5132D

Black with #F5132D

Text Example


Text Example

White with #F5132D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5132D; }

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

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

background-color css

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

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

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

border-color css

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

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

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