Html Css Color HEX #DD2A2D Alizarin

📋 copy color: '#DD2A2D'

red 221 ◦ green 42 ◦ blue 45

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

Shades of Alizarin #DD2A2D

Tints of Alizarin #DD2A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 71.75%
G = 13.64%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD2A2D (or 0xDD2A2D) is known color: Alizarin. HEX triplet: DD, 2A and 2D. RGB value is (221,42,45). Sum of RGB (Red+Green+Blue) = 221+42+45=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2A2D is #22D5D2. Grayscale: #606060. Windows color (decimal): -2282963 or 2960093. OLE color: 2960093.

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

Color convert

RGB 221 42 45 -
CMYK 0 0.81 0.80 0.13
HSL 358.99º 0.72% 0.52% -
HSV(B) 358.99º 0.81% 0.87% -
XYZ 31.12 17.22 4.17 -
YUV 95.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 221 42 45 0 0.81 0.80 0.13 358.99 0.72 0.52
Hex DD 2A 2D 0 51 50 D 167 48 34
Octal 335 52 55 0 121 120 15 547 110 64
Binary 11011101 101010 101101 0 1010001 1010000 1101 101100111 1001000 110100

Color Harmonies of #DD2A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2A2D

Black with #DD2A2D

Text Example


Text Example

White with #DD2A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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