Html Css Color HEX #F51447 Torch Red

📋 copy color: '#F51447'

red 245 ◦ green 20 ◦ blue 71

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

Shades of Torch Red #F51447

Tints of Torch Red #F51447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 72.92%
G = 5.95%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F51447 (or 0xF51447) is known color: Torch Red. HEX triplet: F5, 14 and 47. RGB value is (245,20,71). Sum of RGB (Red+Green+Blue) = 245+20+71=336 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.92% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 245 - color contains mainly: red. Hex color #F51447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51447 is #0AEBB8. Grayscale: #5D5D5D. Windows color (decimal): -715705 or 4658421. OLE color: 4658421.

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

Color convert

RGB 245 20 71 -
CMYK 0 0.92 0.71 0.04
HSL 346.4º 0.92% 0.52% -
HSV(B) 346.4º 0.92% 0.96% -
XYZ 39.04 20.37 7.83 -
YUV 93.09 115.54 236.35 -
System Red Green Blue C M Y K H S L
Decimal 245 20 71 0 0.92 0.71 0.04 346.4 0.92 0.52
Hex F5 14 47 0 5C 47 4 15A 5C 34
Octal 365 24 107 0 134 107 4 532 134 64
Binary 11110101 10100 1000111 0 1011100 1000111 100 101011010 1011100 110100

Color Harmonies of #F51447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51447

Black with #F51447

Text Example


Text Example

White with #F51447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51447; }

 p { color: rgb(245,20,71); }

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

background-color css

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

 a { background-color: rgb(245,20,71); }

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

border-color css

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

 span { border-color: rgb(245,20,71); }

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