Html Css Color HEX #DE2950 Amaranth

📋 copy color: '#DE2950'

red 222 ◦ green 41 ◦ blue 80

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

Shades of Amaranth #DE2950

Tints of Amaranth #DE2950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.32%

R = 64.72%
G = 11.95%
B = 23.32%

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

#DE2950 (or 0xDE2950) is known color: Amaranth. HEX triplet: DE, 29 and 50. RGB value is (222,41,80). Sum of RGB (Red+Green+Blue) = 222+41+80=343 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.72% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2950 is #21D6AF. Grayscale: #636363. Windows color (decimal): -2217648 or 5253598. OLE color: 5253598.

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

Color convert

RGB 222 41 80 -
CMYK 0 0.82 0.64 0.13
HSL 347.07º 0.73% 0.52% -
HSV(B) 347.07º 0.82% 0.87% -
XYZ 32.37 17.69 9.3 -
YUV 99.57 116.97 215.33 -
System Red Green Blue C M Y K H S L
Decimal 222 41 80 0 0.82 0.64 0.13 347.07 0.73 0.52
Hex DE 29 50 0 52 40 D 15B 49 34
Octal 336 51 120 0 122 100 15 533 111 64
Binary 11011110 101001 1010000 0 1010010 1000000 1101 101011011 1001001 110100

Color Harmonies of #DE2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2950

Black with #DE2950

Text Example


Text Example

White with #DE2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2950; }

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

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

background-color css

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

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

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

border-color css

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

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

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