Html Css Color HEX #DE384C Amaranth

📋 copy color: '#DE384C'

red 222 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #DE384C

Tints of Amaranth #DE384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.82%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 62.71%
G = 15.82%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE384C (or 0xDE384C) is known color: Amaranth. HEX triplet: DE, 38 and 4C. RGB value is (222,56,76). Sum of RGB (Red+Green+Blue) = 222+56+76=354 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.71% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 222 - color contains mainly: red. Hex color #DE384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE384C is #21C7B3. Grayscale: #6B6B6B. Windows color (decimal): -2213812 or 4995294. OLE color: 4995294.

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

Color convert

RGB 222 56 76 -
CMYK 0 0.75 0.66 0.13
HSL 352.77º 0.72% 0.55% -
HSV(B) 352.77º 0.75% 0.87% -
XYZ 32.84 18.88 8.75 -
YUV 107.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 222 56 76 0 0.75 0.66 0.13 352.77 0.72 0.55
Hex DE 38 4C 0 4B 42 D 161 48 37
Octal 336 70 114 0 113 102 15 541 110 67
Binary 11011110 111000 1001100 0 1001011 1000010 1101 101100001 1001000 110111

Color Harmonies of #DE384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE384C

Black with #DE384C

Text Example


Text Example

White with #DE384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE384C; }

 p { color: rgb(222,56,76); }

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

background-color css

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

 a { background-color: rgb(222,56,76); }

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

border-color css

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

 span { border-color: rgb(222,56,76); }

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