Html Css Color HEX #DE214A Amaranth

📋 copy color: '#DE214A'

red 222 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #DE214A

Tints of Amaranth #DE214A

RGB

 RED value IS 222 (87.11% from 255) = 67.48%

 GREEN value IS 33 (13.28% from 255) = 10.03%

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

R = 67.48%
G = 10.03%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE214A (or 0xDE214A) is known color: Amaranth. HEX triplet: DE, 21 and 4A. RGB value is (222,33,74). Sum of RGB (Red+Green+Blue) = 222+33+74=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE214A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE214A is #21DEB5. Grayscale: #5E5E5E. Windows color (decimal): -2219702 or 4858334. OLE color: 4858334.

HSL color Cylindrical-coordinate representation of color #DE214A: hue angle of 346.98º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE214A is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 74 -
CMYK 0 0.85 0.67 0.13
HSL 346.98º 0.74% 0.5% -
HSV(B) 346.98º 0.85% 0.87% -
XYZ 31.9 17.11 8.1 -
YUV 94.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 222 33 74 0 0.85 0.67 0.13 346.98 0.74 0.5
Hex DE 21 4A 0 55 43 D 15B 4A 32
Octal 336 41 112 0 125 103 15 533 112 62
Binary 11011110 100001 1001010 0 1010101 1000011 1101 101011011 1001010 110010

Color Harmonies of #DE214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE214A

Black with #DE214A

Text Example


Text Example

White with #DE214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE214A; }

 p { color: rgb(222,33,74); }

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

background-color css

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

 a { background-color: rgb(222,33,74); }

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

border-color css

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

 span { border-color: rgb(222,33,74); }

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