Html Css Color HEX #DD212B Alizarin

📋 copy color: '#DD212B'

red 221 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #DD212B

Tints of Alizarin #DD212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 43 (17.19% from 255) = 14.48%

R = 74.41%
G = 11.11%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD212B (or 0xDD212B) is known color: Alizarin. HEX triplet: DD, 21 and 2B. RGB value is (221,33,43). Sum of RGB (Red+Green+Blue) = 221+33+43=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD212B is #22DED4. Grayscale: #5A5A5A. Windows color (decimal): -2285269 or 2826717. OLE color: 2826717.

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

Color convert

RGB 221 33 43 -
CMYK 0 0.85 0.81 0.13
HSL 356.81º 0.74% 0.5% -
HSV(B) 356.81º 0.85% 0.87% -
XYZ 30.8 16.63 3.87 -
YUV 90.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 221 33 43 0 0.85 0.81 0.13 356.81 0.74 0.5
Hex DD 21 2B 0 55 51 D 165 4A 32
Octal 335 41 53 0 125 121 15 545 112 62
Binary 11011101 100001 101011 0 1010101 1010001 1101 101100101 1001010 110010

Color Harmonies of #DD212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD212B

Black with #DD212B

Text Example


Text Example

White with #DD212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD212B; }

 p { color: rgb(221,33,43); }

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

background-color css

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

 a { background-color: rgb(221,33,43); }

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

border-color css

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

 span { border-color: rgb(221,33,43); }

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