Html Css Color HEX #FD224A Amaranth

📋 copy color: '#FD224A'

red 253 ◦ green 34 ◦ blue 74

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

Shades of Amaranth #FD224A

Tints of Amaranth #FD224A

RGB

 RED value IS 253 (99.22% from 255) = 70.08%

 GREEN value IS 34 (13.67% from 255) = 9.42%

 BLUE value IS 74 (29.3% from 255) = 20.5%

R = 70.08%
G = 9.42%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#FD224A (or 0xFD224A) is known color: Amaranth. HEX triplet: FD, 22 and 4A. RGB value is (253,34,74). Sum of RGB (Red+Green+Blue) = 253+34+74=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD224A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD224A is #02DDB5. Grayscale: #686868. Windows color (decimal): -187830 or 4858621. OLE color: 4858621.

HSL color Cylindrical-coordinate representation of color #FD224A: hue angle of 349.04º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD224A is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 34 74 -
CMYK 0 0.87 0.71 0.01
HSL 349.04º 0.98% 0.56% -
HSV(B) 349.04º 0.87% 0.99% -
XYZ 42.32 22.52 8.6 -
YUV 104.04 111.05 234.25 -
System Red Green Blue C M Y K H S L
Decimal 253 34 74 0 0.87 0.71 0.01 349.04 0.98 0.56
Hex FD 22 4A 0 57 47 1 15D 62 38
Octal 375 42 112 0 127 107 1 535 142 70
Binary 11111101 100010 1001010 0 1010111 1000111 1 101011101 1100010 111000

Color Harmonies of #FD224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD224A

Black with #FD224A

Text Example


Text Example

White with #FD224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD224A; }

 p { color: rgb(253,34,74); }

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

background-color css

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

 a { background-color: rgb(253,34,74); }

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

border-color css

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

 span { border-color: rgb(253,34,74); }

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