Html Css Color HEX #F51949 Torch Red

📋 copy color: '#F51949'

red 245 ◦ green 25 ◦ blue 73

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

Shades of Torch Red #F51949

Tints of Torch Red #F51949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.29%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 71.43%
G = 7.29%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F51949 (or 0xF51949) is known color: Torch Red. HEX triplet: F5, 19 and 49. RGB value is (245,25,73). Sum of RGB (Red+Green+Blue) = 245+25+73=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F51949 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51949 is #0AE6B6. Grayscale: #606060. Windows color (decimal): -714423 or 4790773. OLE color: 4790773.

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

Color convert

RGB 245 25 73 -
CMYK 0 0.90 0.70 0.04
HSL 346.91º 0.92% 0.53% -
HSV(B) 346.91º 0.9% 0.96% -
XYZ 39.21 20.59 8.21 -
YUV 96.25 114.89 234.1 -
System Red Green Blue C M Y K H S L
Decimal 245 25 73 0 0.90 0.70 0.04 346.91 0.92 0.53
Hex F5 19 49 0 5A 46 4 15B 5C 35
Octal 365 31 111 0 132 106 4 533 134 65
Binary 11110101 11001 1001001 0 1011010 1000110 100 101011011 1011100 110101

Color Harmonies of #F51949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51949

Black with #F51949

Text Example


Text Example

White with #F51949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51949; }

 p { color: rgb(245,25,73); }

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

background-color css

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

 a { background-color: rgb(245,25,73); }

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

border-color css

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

 span { border-color: rgb(245,25,73); }

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