Html Css Color HEX #F53545 Amaranth

📋 copy color: '#F53545'

red 245 ◦ green 53 ◦ blue 69

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

Shades of Amaranth #F53545

Tints of Amaranth #F53545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 66.76%
G = 14.44%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#F53545 (or 0xF53545) is known color: Amaranth. HEX triplet: F5, 35 and 45. RGB value is (245,53,69). Sum of RGB (Red+Green+Blue) = 245+53+69=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F53545 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F53545 is #0ACABA. Grayscale: #707070. Windows color (decimal): -707259 or 4535797. OLE color: 4535797.

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

Color convert

RGB 245 53 69 -
CMYK 0 0.78 0.72 0.04
HSL 355º 0.91% 0.58% -
HSV(B) 355º 0.78% 0.96% -
XYZ 40 22.39 7.84 -
YUV 112.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 245 53 69 0 0.78 0.72 0.04 355 0.91 0.58
Hex F5 35 45 0 4E 48 4 163 5B 3A
Octal 365 65 105 0 116 110 4 543 133 72
Binary 11110101 110101 1000101 0 1001110 1001000 100 101100011 1011011 111010

Color Harmonies of #F53545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F53545

Black with #F53545

Text Example


Text Example

White with #F53545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F53545; }

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

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

background-color css

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

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

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

border-color css

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

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

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