Html Css Color HEX #FD2844 Amaranth

📋 copy color: '#FD2844'

red 253 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #FD2844

Tints of Amaranth #FD2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 70.08%
G = 11.08%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FD2844 (or 0xFD2844) is known color: Amaranth. HEX triplet: FD, 28 and 44. RGB value is (253,40,68). Sum of RGB (Red+Green+Blue) = 253+40+68=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2844 is #02D7BB. Grayscale: #6A6A6A. Windows color (decimal): -186300 or 4466941. OLE color: 4466941.

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

Color convert

RGB 253 40 68 -
CMYK 0 0.84 0.73 0.01
HSL 352.11º 0.98% 0.57% -
HSV(B) 352.11º 0.84% 0.99% -
XYZ 42.31 22.82 7.64 -
YUV 106.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 253 40 68 0 0.84 0.73 0.01 352.11 0.98 0.57
Hex FD 28 44 0 54 49 1 160 62 39
Octal 375 50 104 0 124 111 1 540 142 71
Binary 11111101 101000 1000100 0 1010100 1001001 1 101100000 1100010 111001

Color Harmonies of #FD2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2844

Black with #FD2844

Text Example


Text Example

White with #FD2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2844; }

 p { color: rgb(253,40,68); }

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

background-color css

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

 a { background-color: rgb(253,40,68); }

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

border-color css

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

 span { border-color: rgb(253,40,68); }

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