Html Css Color HEX #DE294B Amaranth

📋 copy color: '#DE294B'

red 222 ◦ green 41 ◦ blue 75

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

Shades of Amaranth #DE294B

Tints of Amaranth #DE294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 65.68%
G = 12.13%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE294B (or 0xDE294B) is known color: Amaranth. HEX triplet: DE, 29 and 4B. RGB value is (222,41,75). Sum of RGB (Red+Green+Blue) = 222+41+75=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE294B is #21D6B4. Grayscale: #636363. Windows color (decimal): -2217653 or 4925918. OLE color: 4925918.

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

Color convert

RGB 222 41 75 -
CMYK 0 0.82 0.66 0.13
HSL 348.73º 0.73% 0.52% -
HSV(B) 348.73º 0.82% 0.87% -
XYZ 32.19 17.62 8.36 -
YUV 99 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 222 41 75 0 0.82 0.66 0.13 348.73 0.73 0.52
Hex DE 29 4B 0 52 42 D 15D 49 34
Octal 336 51 113 0 122 102 15 535 111 64
Binary 11011110 101001 1001011 0 1010010 1000010 1101 101011101 1001001 110100

Color Harmonies of #DE294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE294B

Black with #DE294B

Text Example


Text Example

White with #DE294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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