Html Css Color HEX #DD2E3D Alizarin

📋 copy color: '#DD2E3D'

red 221 ◦ green 46 ◦ blue 61

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

Shades of Alizarin #DD2E3D

Tints of Alizarin #DD2E3D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.02%

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 67.38%
G = 14.02%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD2E3D (or 0xDD2E3D) is known color: Alizarin. HEX triplet: DD, 2E and 3D. RGB value is (221,46,61). Sum of RGB (Red+Green+Blue) = 221+46+61=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2E3D is #22D1C2. Grayscale: #646464. Windows color (decimal): -2281923 or 4009693. OLE color: 4009693.

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

Color convert

RGB 221 46 61 -
CMYK 0 0.79 0.72 0.13
HSL 354.86º 0.72% 0.52% -
HSV(B) 354.86º 0.79% 0.87% -
XYZ 31.64 17.66 6.16 -
YUV 100.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 221 46 61 0 0.79 0.72 0.13 354.86 0.72 0.52
Hex DD 2E 3D 0 4F 48 D 163 48 34
Octal 335 56 75 0 117 110 15 543 110 64
Binary 11011101 101110 111101 0 1001111 1001000 1101 101100011 1001000 110100

Color Harmonies of #DD2E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2E3D

Black with #DD2E3D

Text Example


Text Example

White with #DD2E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2E3D; }

 p { color: rgb(221,46,61); }

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

background-color css

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

 a { background-color: rgb(221,46,61); }

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

border-color css

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

 span { border-color: rgb(221,46,61); }

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