Html Css Color HEX #FF2944 Amaranth

📋 copy color: '#FF2944'

red 255 ◦ green 41 ◦ blue 68

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

Shades of Amaranth #FF2944

Tints of Amaranth #FF2944

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.26%

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

R = 70.05%
G = 11.26%
B = 18.68%

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

#FF2944 (or 0xFF2944) is known color: Amaranth. HEX triplet: FF, 29 and 44. RGB value is (255,41,68). Sum of RGB (Red+Green+Blue) = 255+41+68=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2944 is #00D6BB. Grayscale: #6C6C6C. Windows color (decimal): -54972 or 4467199. OLE color: 4467199.

HSL color Cylindrical-coordinate representation of color #FF2944: hue angle of 352.43º 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 #FF2944 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 68 -
CMYK 0 0.84 0.73 0
HSL 352.43º 1% 0.58% -
HSV(B) 352.43º 0.84% 1% -
XYZ 43.08 23.26 7.69 -
YUV 108.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 255 41 68 0 0.84 0.73 0 352.43 1 0.58
Hex FF 29 44 0 54 49 0 160 64 3A
Octal 377 51 104 0 124 111 0 540 144 72
Binary 11111111 101001 1000100 0 1010100 1001001 0 101100000 1100100 111010

Color Harmonies of #FF2944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2944

Black with #FF2944

Text Example


Text Example

White with #FF2944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2944; }

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

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

background-color css

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

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

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

border-color css

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

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

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