Html Css Color HEX #DE2850 Amaranth

📋 copy color: '#DE2850'

red 222 ◦ green 40 ◦ blue 80

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

Shades of Amaranth #DE2850

Tints of Amaranth #DE2850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.7%

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

R = 64.91%
G = 11.7%
B = 23.39%

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

#DE2850 (or 0xDE2850) is known color: Amaranth. HEX triplet: DE, 28 and 50. RGB value is (222,40,80). Sum of RGB (Red+Green+Blue) = 222+40+80=342 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.91% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2850 is #21D7AF. Grayscale: #626262. Windows color (decimal): -2217904 or 5253342. OLE color: 5253342.

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

Color convert

RGB 222 40 80 -
CMYK 0 0.82 0.64 0.13
HSL 346.81º 0.73% 0.51% -
HSV(B) 346.81º 0.82% 0.87% -
XYZ 32.33 17.63 9.29 -
YUV 98.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 222 40 80 0 0.82 0.64 0.13 346.81 0.73 0.51
Hex DE 28 50 0 52 40 D 15B 49 33
Octal 336 50 120 0 122 100 15 533 111 63
Binary 11011110 101000 1010000 0 1010010 1000000 1101 101011011 1001001 110011

Color Harmonies of #DE2850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2850

Black with #DE2850

Text Example


Text Example

White with #DE2850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2850; }

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

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

background-color css

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

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

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

border-color css

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

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

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