Html Css Color HEX #DE2951 Amaranth

📋 copy color: '#DE2951'

red 222 ◦ green 41 ◦ blue 81

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

Shades of Amaranth #DE2951

Tints of Amaranth #DE2951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.55%

R = 64.53%
G = 11.92%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE2951 (or 0xDE2951) is known color: Amaranth. HEX triplet: DE, 29 and 51. RGB value is (222,41,81). Sum of RGB (Red+Green+Blue) = 222+41+81=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2951 is #21D6AE. Grayscale: #636363. Windows color (decimal): -2217647 or 5319134. OLE color: 5319134.

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

Color convert

RGB 222 41 81 -
CMYK 0 0.82 0.64 0.13
HSL 346.74º 0.73% 0.52% -
HSV(B) 346.74º 0.82% 0.87% -
XYZ 32.4 17.71 9.5 -
YUV 99.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 222 41 81 0 0.82 0.64 0.13 346.74 0.73 0.52
Hex DE 29 51 0 52 40 D 15B 49 34
Octal 336 51 121 0 122 100 15 533 111 64
Binary 11011110 101001 1010001 0 1010010 1000000 1101 101011011 1001001 110100

Color Harmonies of #DE2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2951

Black with #DE2951

Text Example


Text Example

White with #DE2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2951; }

 p { color: rgb(222,41,81); }

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

background-color css

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

 a { background-color: rgb(222,41,81); }

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

border-color css

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

 span { border-color: rgb(222,41,81); }

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