Html Css Color HEX #F51948 Torch Red

📋 copy color: '#F51948'

red 245 ◦ green 25 ◦ blue 72

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

Shades of Torch Red #F51948

Tints of Torch Red #F51948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 71.64%
G = 7.31%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F51948 (or 0xF51948) is known color: Torch Red. HEX triplet: F5, 19 and 48. RGB value is (245,25,72). Sum of RGB (Red+Green+Blue) = 245+25+72=342 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.64% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 245 - color contains mainly: red. Hex color #F51948 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51948 is #0AE6B7. Grayscale: #606060. Windows color (decimal): -714424 or 4725237. OLE color: 4725237.

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

Color convert

RGB 245 25 72 -
CMYK 0 0.90 0.71 0.04
HSL 347.18º 0.92% 0.53% -
HSV(B) 347.18º 0.9% 0.96% -
XYZ 39.17 20.58 8.04 -
YUV 96.14 114.39 234.18 -
System Red Green Blue C M Y K H S L
Decimal 245 25 72 0 0.90 0.71 0.04 347.18 0.92 0.53
Hex F5 19 48 0 5A 47 4 15B 5C 35
Octal 365 31 110 0 132 107 4 533 134 65
Binary 11110101 11001 1001000 0 1011010 1000111 100 101011011 1011100 110101

Color Harmonies of #F51948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F51948

Black with #F51948

Text Example


Text Example

White with #F51948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F51948; }

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

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

background-color css

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

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

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

border-color css

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

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

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