Html Css Color HEX #DD2B42 Alizarin

📋 copy color: '#DD2B42'

red 221 ◦ green 43 ◦ blue 66

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

Shades of Alizarin #DD2B42

Tints of Alizarin #DD2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.03%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 66.97%
G = 13.03%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD2B42 (or 0xDD2B42) is known color: Alizarin. HEX triplet: DD, 2B and 42. RGB value is (221,43,66). Sum of RGB (Red+Green+Blue) = 221+43+66=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B42 is #22D4BD. Grayscale: #626262. Windows color (decimal): -2282686 or 4336605. OLE color: 4336605.

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

Color convert

RGB 221 43 66 -
CMYK 0 0.81 0.70 0.13
HSL 352.25º 0.72% 0.52% -
HSV(B) 352.25º 0.81% 0.87% -
XYZ 31.67 17.49 6.86 -
YUV 98.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 221 43 66 0 0.81 0.70 0.13 352.25 0.72 0.52
Hex DD 2B 42 0 51 46 D 160 48 34
Octal 335 53 102 0 121 106 15 540 110 64
Binary 11011101 101011 1000010 0 1010001 1000110 1101 101100000 1001000 110100

Color Harmonies of #DD2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B42

Black with #DD2B42

Text Example


Text Example

White with #DD2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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