Html Css Color HEX #DE3044 Amaranth

📋 copy color: '#DE3044'

red 222 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #DE3044

Tints of Amaranth #DE3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 65.68%
G = 14.2%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE3044 (or 0xDE3044) is known color: Amaranth. HEX triplet: DE, 30 and 44. RGB value is (222,48,68). Sum of RGB (Red+Green+Blue) = 222+48+68=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3044 is #21CFBB. Grayscale: #666666. Windows color (decimal): -2215868 or 4468958. OLE color: 4468958.

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

Color convert

RGB 222 48 68 -
CMYK 0 0.78 0.69 0.13
HSL 353.1º 0.73% 0.53% -
HSV(B) 353.1º 0.78% 0.87% -
XYZ 32.22 18.06 7.26 -
YUV 102.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 222 48 68 0 0.78 0.69 0.13 353.1 0.73 0.53
Hex DE 30 44 0 4E 45 D 161 48 35
Octal 336 60 104 0 116 105 15 541 110 65
Binary 11011110 110000 1000100 0 1001110 1000101 1101 101100001 1001000 110101

Color Harmonies of #DE3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3044

Black with #DE3044

Text Example


Text Example

White with #DE3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3044; }

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

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

background-color css

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

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

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

border-color css

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

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

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