Html Css Color HEX #DE244C Amaranth

📋 copy color: '#DE244C'

red 222 ◦ green 36 ◦ blue 76

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

Shades of Amaranth #DE244C

Tints of Amaranth #DE244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.78%

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

R = 66.47%
G = 10.78%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DE244C (or 0xDE244C) is known color: Amaranth. HEX triplet: DE, 24 and 4C. RGB value is (222,36,76). Sum of RGB (Red+Green+Blue) = 222+36+76=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE244C is #21DBB3. Grayscale: #606060. Windows color (decimal): -2218932 or 4990174. OLE color: 4990174.

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

Color convert

RGB 222 36 76 -
CMYK 0 0.84 0.66 0.13
HSL 347.1º 0.74% 0.51% -
HSV(B) 347.1º 0.84% 0.87% -
XYZ 32.06 17.31 8.49 -
YUV 96.17 116.62 217.75 -
System Red Green Blue C M Y K H S L
Decimal 222 36 76 0 0.84 0.66 0.13 347.1 0.74 0.51
Hex DE 24 4C 0 54 42 D 15B 4A 33
Octal 336 44 114 0 124 102 15 533 112 63
Binary 11011110 100100 1001100 0 1010100 1000010 1101 101011011 1001010 110011

Color Harmonies of #DE244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE244C

Black with #DE244C

Text Example


Text Example

White with #DE244C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE244C; }

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

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

background-color css

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

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

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

border-color css

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

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

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