Html Css Color HEX #F5132B Torch Red

📋 copy color: '#F5132B'

red 245 ◦ green 19 ◦ blue 43

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

Shades of Torch Red #F5132B

Tints of Torch Red #F5132B

RGB

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

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

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

R = 79.8%
G = 6.19%
B = 14.01%

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

#F5132B (or 0xF5132B) is known color: Torch Red. HEX triplet: F5, 13 and 2B. RGB value is (245,19,43). Sum of RGB (Red+Green+Blue) = 245+19+43=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5132B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5132B is #0AECD4. Grayscale: #595959. Windows color (decimal): -715989 or 2823157. OLE color: 2823157.

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

Color convert

RGB 245 19 43 -
CMYK 0 0.92 0.82 0.04
HSL 353.63º 0.92% 0.52% -
HSV(B) 353.63º 0.92% 0.96% -
XYZ 38.33 20.05 4.14 -
YUV 89.31 101.87 239.05 -
System Red Green Blue C M Y K H S L
Decimal 245 19 43 0 0.92 0.82 0.04 353.63 0.92 0.52
Hex F5 13 2B 0 5C 52 4 162 5C 34
Octal 365 23 53 0 134 122 4 542 134 64
Binary 11110101 10011 101011 0 1011100 1010010 100 101100010 1011100 110100

Color Harmonies of #F5132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5132B

Black with #F5132B

Text Example


Text Example

White with #F5132B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5132B; }

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

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

background-color css

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

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

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

border-color css

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

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

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