Html Css Color HEX #DE2E44 Amaranth

📋 copy color: '#DE2E44'

red 222 ◦ green 46 ◦ blue 68

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

Shades of Amaranth #DE2E44

Tints of Amaranth #DE2E44

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 66.07%
G = 13.69%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE2E44 (or 0xDE2E44) is known color: Amaranth. HEX triplet: DE, 2E and 44. RGB value is (222,46,68). Sum of RGB (Red+Green+Blue) = 222+46+68=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2E44 is #21D1BB. Grayscale: #656565. Windows color (decimal): -2216380 or 4468446. OLE color: 4468446.

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

Color convert

RGB 222 46 68 -
CMYK 0 0.79 0.69 0.13
HSL 352.5º 0.73% 0.53% -
HSV(B) 352.5º 0.79% 0.87% -
XYZ 32.14 17.9 7.23 -
YUV 101.13 109.31 214.21 -
System Red Green Blue C M Y K H S L
Decimal 222 46 68 0 0.79 0.69 0.13 352.5 0.73 0.53
Hex DE 2E 44 0 4F 45 D 160 49 35
Octal 336 56 104 0 117 105 15 540 111 65
Binary 11011110 101110 1000100 0 1001111 1000101 1101 101100000 1001001 110101

Color Harmonies of #DE2E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2E44

Black with #DE2E44

Text Example


Text Example

White with #DE2E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2E44; }

 p { color: rgb(222,46,68); }

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

background-color css

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

 a { background-color: rgb(222,46,68); }

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

border-color css

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

 span { border-color: rgb(222,46,68); }

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