Html Css Color HEX #DE274D Amaranth

📋 copy color: '#DE274D'

red 222 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #DE274D

Tints of Amaranth #DE274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 65.68%
G = 11.54%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE274D (or 0xDE274D) is known color: Amaranth. HEX triplet: DE, 27 and 4D. RGB value is (222,39,77). Sum of RGB (Red+Green+Blue) = 222+39+77=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE274D is #21D8B2. Grayscale: #626262. Windows color (decimal): -2218163 or 5056478. OLE color: 5056478.

HSL color Cylindrical-coordinate representation of color #DE274D: hue angle of 347.54º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE274D is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 39 77 -
CMYK 0 0.82 0.65 0.13
HSL 347.54º 0.73% 0.51% -
HSV(B) 347.54º 0.82% 0.87% -
XYZ 32.19 17.52 8.71 -
YUV 98.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 222 39 77 0 0.82 0.65 0.13 347.54 0.73 0.51
Hex DE 27 4D 0 52 41 D 15C 49 33
Octal 336 47 115 0 122 101 15 534 111 63
Binary 11011110 100111 1001101 0 1010010 1000001 1101 101011100 1001001 110011

Color Harmonies of #DE274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE274D

Black with #DE274D

Text Example


Text Example

White with #DE274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE274D; }

 p { color: rgb(222,39,77); }

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

background-color css

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

 a { background-color: rgb(222,39,77); }

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

border-color css

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

 span { border-color: rgb(222,39,77); }

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