Html Css Color HEX #FF2844 Amaranth

📋 copy color: '#FF2844'

red 255 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #FF2844

Tints of Amaranth #FF2844

RGB

 RED value IS 255 (100% from 255) = 70.25%

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

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

R = 70.25%
G = 11.02%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF2844 (or 0xFF2844) is known color: Amaranth. HEX triplet: FF, 28 and 44. RGB value is (255,40,68). Sum of RGB (Red+Green+Blue) = 255+40+68=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2844 is #00D7BB. Grayscale: #6B6B6B. Windows color (decimal): -55228 or 4466943. OLE color: 4466943.

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

Color convert

RGB 255 40 68 -
CMYK 0 0.84 0.73 0
HSL 352.19º 1% 0.58% -
HSV(B) 352.19º 0.84% 1% -
XYZ 43.04 23.19 7.68 -
YUV 107.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 255 40 68 0 0.84 0.73 0 352.19 1 0.58
Hex FF 28 44 0 54 49 0 160 64 3A
Octal 377 50 104 0 124 111 0 540 144 72
Binary 11111111 101000 1000100 0 1010100 1001001 0 101100000 1100100 111010

Color Harmonies of #FF2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2844

Black with #FF2844

Text Example


Text Example

White with #FF2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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