Html Css Color HEX #DD234C Amaranth

📋 copy color: '#DD234C'

red 221 ◦ green 35 ◦ blue 76

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

Shades of Amaranth #DD234C

Tints of Amaranth #DD234C

RGB

 RED value IS 221 (86.72% from 255) = 66.57%

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 66.57%
G = 10.54%
B = 22.89%

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

#DD234C (or 0xDD234C) is known color: Amaranth. HEX triplet: DD, 23 and 4C. RGB value is (221,35,76). Sum of RGB (Red+Green+Blue) = 221+35+76=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD234C is #22DCB3. Grayscale: #5F5F5F. Windows color (decimal): -2284724 or 4989917. OLE color: 4989917.

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

Color convert

RGB 221 35 76 -
CMYK 0 0.84 0.66 0.13
HSL 346.77º 0.73% 0.5% -
HSV(B) 346.77º 0.84% 0.87% -
XYZ 31.72 17.1 8.47 -
YUV 95.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 221 35 76 0 0.84 0.66 0.13 346.77 0.73 0.5
Hex DD 23 4C 0 54 42 D 15B 49 32
Octal 335 43 114 0 124 102 15 533 111 62
Binary 11011101 100011 1001100 0 1010100 1000010 1101 101011011 1001001 110010

Color Harmonies of #DD234C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD234C

Black with #DD234C

Text Example


Text Example

White with #DD234C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD234C; }

 p { color: rgb(221,35,76); }

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

background-color css

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

 a { background-color: rgb(221,35,76); }

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

border-color css

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

 span { border-color: rgb(221,35,76); }

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