Html Css Color HEX #DE2953 Amaranth

📋 copy color: '#DE2953'

red 222 ◦ green 41 ◦ blue 83

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

Shades of Amaranth #DE2953

Tints of Amaranth #DE2953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.99%

R = 64.16%
G = 11.85%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DE2953 (or 0xDE2953) is known color: Amaranth. HEX triplet: DE, 29 and 53. RGB value is (222,41,83). Sum of RGB (Red+Green+Blue) = 222+41+83=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2953 is #21D6AC. Grayscale: #636363. Windows color (decimal): -2217645 or 5450206. OLE color: 5450206.

HSL color Cylindrical-coordinate representation of color #DE2953: hue angle of 346.08º 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 #DE2953 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 41 83 -
CMYK 0 0.82 0.63 0.13
HSL 346.08º 0.73% 0.52% -
HSV(B) 346.08º 0.82% 0.87% -
XYZ 32.48 17.74 9.9 -
YUV 99.91 118.47 215.08 -
System Red Green Blue C M Y K H S L
Decimal 222 41 83 0 0.82 0.63 0.13 346.08 0.73 0.52
Hex DE 29 53 0 52 3F D 15A 49 34
Octal 336 51 123 0 122 77 15 532 111 64
Binary 11011110 101001 1010011 0 1010010 111111 1101 101011010 1001001 110100

Color Harmonies of #DE2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2953

Black with #DE2953

Text Example


Text Example

White with #DE2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2953; }

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

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

background-color css

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

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

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

border-color css

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

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

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