Html Css Color HEX #FE2844 Amaranth

📋 copy color: '#FE2844'

red 254 ◦ green 40 ◦ blue 68

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

Shades of Amaranth #FE2844

Tints of Amaranth #FE2844

RGB

 RED value IS 254 (99.61% from 255) = 70.17%

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

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

R = 70.17%
G = 11.05%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#FE2844 (or 0xFE2844) is known color: Amaranth. HEX triplet: FE, 28 and 44. RGB value is (254,40,68). Sum of RGB (Red+Green+Blue) = 254+40+68=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2844 is #01D7BB. Grayscale: #6B6B6B. Windows color (decimal): -120764 or 4466942. OLE color: 4466942.

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

Color convert

RGB 254 40 68 -
CMYK 0 0.84 0.73 0.00
HSL 352.15º 0.99% 0.58% -
HSV(B) 352.15º 0.84% 1% -
XYZ 42.68 23.01 7.66 -
YUV 107.18 105.9 232.72 -
System Red Green Blue C M Y K H S L
Decimal 254 40 68 0 0.84 0.73 0.00 352.15 0.99 0.58
Hex FE 28 44 0 54 49 0 160 63 3A
Octal 376 50 104 0 124 111 0 540 143 72
Binary 11111110 101000 1000100 0 1010100 1001001 0 101100000 1100011 111010

Color Harmonies of #FE2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2844

Black with #FE2844

Text Example


Text Example

White with #FE2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2844; }

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

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

background-color css

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

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

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

border-color css

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

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

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