Html Css Color HEX #DD1C2E Alizarin

📋 copy color: '#DD1C2E'

red 221 ◦ green 28 ◦ blue 46

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

Shades of Alizarin #DD1C2E

Tints of Alizarin #DD1C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

 BLUE value IS 46 (18.36% from 255) = 15.59%

R = 74.92%
G = 9.49%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD1C2E (or 0xDD1C2E) is known color: Alizarin. HEX triplet: DD, 1C and 2E. RGB value is (221,28,46). Sum of RGB (Red+Green+Blue) = 221+28+46=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C2E is #22E3D1. Grayscale: #575757. Windows color (decimal): -2286546 or 3022045. OLE color: 3022045.

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

Color convert

RGB 221 28 46 -
CMYK 0 0.87 0.79 0.13
HSL 354.4º 0.78% 0.49% -
HSV(B) 354.4º 0.87% 0.87% -
XYZ 30.73 16.4 4.13 -
YUV 87.76 104.44 223.04 -
System Red Green Blue C M Y K H S L
Decimal 221 28 46 0 0.87 0.79 0.13 354.4 0.78 0.49
Hex DD 1C 2E 0 57 4F D 162 4E 31
Octal 335 34 56 0 127 117 15 542 116 61
Binary 11011101 11100 101110 0 1010111 1001111 1101 101100010 1001110 110001

Color Harmonies of #DD1C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C2E

Black with #DD1C2E

Text Example


Text Example

White with #DD1C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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