Html Css Color HEX #DD2B34 Alizarin

📋 copy color: '#DD2B34'

red 221 ◦ green 43 ◦ blue 52

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

Shades of Alizarin #DD2B34

Tints of Alizarin #DD2B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 69.94%
G = 13.61%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD2B34 (or 0xDD2B34) is known color: Alizarin. HEX triplet: DD, 2B and 34. RGB value is (221,43,52). Sum of RGB (Red+Green+Blue) = 221+43+52=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B34 is #22D4CB. Grayscale: #616161. Windows color (decimal): -2282700 or 3419101. OLE color: 3419101.

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

Color convert

RGB 221 43 52 -
CMYK 0 0.81 0.76 0.13
HSL 356.97º 0.72% 0.52% -
HSV(B) 356.97º 0.81% 0.87% -
XYZ 31.3 17.35 4.95 -
YUV 97.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 221 43 52 0 0.81 0.76 0.13 356.97 0.72 0.52
Hex DD 2B 34 0 51 4C D 165 48 34
Octal 335 53 64 0 121 114 15 545 110 64
Binary 11011101 101011 110100 0 1010001 1001100 1101 101100101 1001000 110100

Color Harmonies of #DD2B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B34

Black with #DD2B34

Text Example


Text Example

White with #DD2B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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