Html Css Color HEX #DE3C48 Amaranth

📋 copy color: '#DE3C48'

red 222 ◦ green 60 ◦ blue 72

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

Shades of Amaranth #DE3C48

Tints of Amaranth #DE3C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

 BLUE value IS 72 (28.52% from 255) = 20.34%

R = 62.71%
G = 16.95%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE3C48 (or 0xDE3C48) is known color: Amaranth. HEX triplet: DE, 3C and 48. RGB value is (222,60,72). Sum of RGB (Red+Green+Blue) = 222+60+72=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3C48 is #21C3B7. Grayscale: #6D6D6D. Windows color (decimal): -2212792 or 4734174. OLE color: 4734174.

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

Color convert

RGB 222 60 72 -
CMYK 0 0.73 0.68 0.13
HSL 355.56º 0.71% 0.55% -
HSV(B) 355.56º 0.73% 0.87% -
XYZ 32.91 19.23 8.11 -
YUV 109.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 222 60 72 0 0.73 0.68 0.13 355.56 0.71 0.55
Hex DE 3C 48 0 49 44 D 164 47 37
Octal 336 74 110 0 111 104 15 544 107 67
Binary 11011110 111100 1001000 0 1001001 1000100 1101 101100100 1000111 110111

Color Harmonies of #DE3C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3C48

Black with #DE3C48

Text Example


Text Example

White with #DE3C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3C48; }

 p { color: rgb(222,60,72); }

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

background-color css

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

 a { background-color: rgb(222,60,72); }

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

border-color css

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

 span { border-color: rgb(222,60,72); }

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