Html Css Color HEX #DD2D3E Alizarin

📋 copy color: '#DD2D3E'

red 221 ◦ green 45 ◦ blue 62

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

Shades of Alizarin #DD2D3E

Tints of Alizarin #DD2D3E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.72%

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 67.38%
G = 13.72%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD2D3E (or 0xDD2D3E) is known color: Alizarin. HEX triplet: DD, 2D and 3E. RGB value is (221,45,62). Sum of RGB (Red+Green+Blue) = 221+45+62=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D3E is #22D2C1. Grayscale: #636363. Windows color (decimal): -2282178 or 4074973. OLE color: 4074973.

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

Color convert

RGB 221 45 62 -
CMYK 0 0.80 0.72 0.13
HSL 354.2º 0.72% 0.52% -
HSV(B) 354.2º 0.8% 0.87% -
XYZ 31.63 17.6 6.29 -
YUV 99.56 106.81 214.62 -
System Red Green Blue C M Y K H S L
Decimal 221 45 62 0 0.80 0.72 0.13 354.2 0.72 0.52
Hex DD 2D 3E 0 50 48 D 162 48 34
Octal 335 55 76 0 120 110 15 542 110 64
Binary 11011101 101101 111110 0 1010000 1001000 1101 101100010 1001000 110100

Color Harmonies of #DD2D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D3E

Black with #DD2D3E

Text Example


Text Example

White with #DD2D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D3E; }

 p { color: rgb(221,45,62); }

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

background-color css

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

 a { background-color: rgb(221,45,62); }

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

border-color css

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

 span { border-color: rgb(221,45,62); }

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