Html Css Color HEX #F51349 Torch Red

📋 copy color: '#F51349'

red 245 ◦ green 19 ◦ blue 73

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

Shades of Torch Red #F51349

Tints of Torch Red #F51349

RGB

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

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

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

R = 72.7%
G = 5.64%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F51349 (or 0xF51349) is known color: Torch Red. HEX triplet: F5, 13 and 49. RGB value is (245,19,73). Sum of RGB (Red+Green+Blue) = 245+19+73=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F51349 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51349 is #0AECB6. Grayscale: #5C5C5C. Windows color (decimal): -715959 or 4789237. OLE color: 4789237.

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

Color convert

RGB 245 19 73 -
CMYK 0 0.92 0.70 0.04
HSL 345.66º 0.92% 0.52% -
HSV(B) 345.66º 0.92% 0.96% -
XYZ 39.09 20.36 8.17 -
YUV 92.73 116.87 236.61 -
System Red Green Blue C M Y K H S L
Decimal 245 19 73 0 0.92 0.70 0.04 345.66 0.92 0.52
Hex F5 13 49 0 5C 46 4 15A 5C 34
Octal 365 23 111 0 134 106 4 532 134 64
Binary 11110101 10011 1001001 0 1011100 1000110 100 101011010 1011100 110100

Color Harmonies of #F51349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51349

Black with #F51349

Text Example


Text Example

White with #F51349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51349; }

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

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

background-color css

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

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

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

border-color css

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

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

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