Html Css Color HEX #F53547 Amaranth

📋 copy color: '#F53547'

red 245 ◦ green 53 ◦ blue 71

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

Shades of Amaranth #F53547

Tints of Amaranth #F53547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.36%

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

R = 66.4%
G = 14.36%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#F53547 (or 0xF53547) is known color: Amaranth. HEX triplet: F5, 35 and 47. RGB value is (245,53,71). Sum of RGB (Red+Green+Blue) = 245+53+71=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F53547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53547 is #0ACAB8. Grayscale: #707070. Windows color (decimal): -707257 or 4666869. OLE color: 4666869.

HSL color Cylindrical-coordinate representation of color #F53547: hue angle of 354.38º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53547 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 53 71 -
CMYK 0 0.78 0.71 0.04
HSL 354.38º 0.91% 0.58% -
HSV(B) 354.38º 0.78% 0.96% -
XYZ 40.07 22.41 8.18 -
YUV 112.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 245 53 71 0 0.78 0.71 0.04 354.38 0.91 0.58
Hex F5 35 47 0 4E 47 4 162 5B 3A
Octal 365 65 107 0 116 107 4 542 133 72
Binary 11110101 110101 1000111 0 1001110 1000111 100 101100010 1011011 111010

Color Harmonies of #F53547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53547

Black with #F53547

Text Example


Text Example

White with #F53547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53547; }

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

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

background-color css

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

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

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

border-color css

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

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

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