Html Css Color HEX #DD212E Alizarin

📋 copy color: '#DD212E'

red 221 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #DD212E

Tints of Alizarin #DD212E

RGB

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

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

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

R = 73.67%
G = 11%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD212E (or 0xDD212E) is known color: Alizarin. HEX triplet: DD, 21 and 2E. RGB value is (221,33,46). Sum of RGB (Red+Green+Blue) = 221+33+46=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD212E is #22DED1. Grayscale: #5A5A5A. Windows color (decimal): -2285266 or 3023325. OLE color: 3023325.

HSL color Cylindrical-coordinate representation of color #DD212E: hue angle of 355.85º 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 #DD212E is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 33 46 -
CMYK 0 0.85 0.79 0.13
HSL 355.85º 0.74% 0.5% -
HSV(B) 355.85º 0.85% 0.87% -
XYZ 30.86 16.66 4.17 -
YUV 90.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 221 33 46 0 0.85 0.79 0.13 355.85 0.74 0.5
Hex DD 21 2E 0 55 4F D 164 4A 32
Octal 335 41 56 0 125 117 15 544 112 62
Binary 11011101 100001 101110 0 1010101 1001111 1101 101100100 1001010 110010

Color Harmonies of #DD212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD212E

Black with #DD212E

Text Example


Text Example

White with #DD212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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