Html Css Color HEX #DD2A37 Alizarin

📋 copy color: '#DD2A37'

red 221 ◦ green 42 ◦ blue 55

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

Shades of Alizarin #DD2A37

Tints of Alizarin #DD2A37

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 69.5%
G = 13.21%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2A37 (or 0xDD2A37) is known color: Alizarin. HEX triplet: DD, 2A and 37. RGB value is (221,42,55). Sum of RGB (Red+Green+Blue) = 221+42+55=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A37 is #22D5C8. Grayscale: #616161. Windows color (decimal): -2282953 or 3615453. OLE color: 3615453.

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

Color convert

RGB 221 42 55 -
CMYK 0 0.81 0.75 0.13
HSL 355.64º 0.72% 0.52% -
HSV(B) 355.64º 0.81% 0.87% -
XYZ 31.34 17.3 5.3 -
YUV 97 104.3 216.44 -
System Red Green Blue C M Y K H S L
Decimal 221 42 55 0 0.81 0.75 0.13 355.64 0.72 0.52
Hex DD 2A 37 0 51 4B D 164 48 34
Octal 335 52 67 0 121 113 15 544 110 64
Binary 11011101 101010 110111 0 1010001 1001011 1101 101100100 1001000 110100

Color Harmonies of #DD2A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A37

Black with #DD2A37

Text Example


Text Example

White with #DD2A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A37; }

 p { color: rgb(221,42,55); }

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

background-color css

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

 a { background-color: rgb(221,42,55); }

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

border-color css

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

 span { border-color: rgb(221,42,55); }

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