Html Css Color HEX #DD292B Alizarin

📋 copy color: '#DD292B'

red 221 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #DD292B

Tints of Alizarin #DD292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 43 (17.19% from 255) = 14.1%

R = 72.46%
G = 13.44%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD292B (or 0xDD292B) is known color: Alizarin. HEX triplet: DD, 29 and 2B. RGB value is (221,41,43). Sum of RGB (Red+Green+Blue) = 221+41+43=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD292B is #22D6D4. Grayscale: #5F5F5F. Windows color (decimal): -2283221 or 2828765. OLE color: 2828765.

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

Color convert

RGB 221 41 43 -
CMYK 0 0.81 0.81 0.13
HSL 359.33º 0.73% 0.51% -
HSV(B) 359.33º 0.81% 0.87% -
XYZ 31.05 17.13 3.96 -
YUV 95.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 221 41 43 0 0.81 0.81 0.13 359.33 0.73 0.51
Hex DD 29 2B 0 51 51 D 167 49 33
Octal 335 51 53 0 121 121 15 547 111 63
Binary 11011101 101001 101011 0 1010001 1010001 1101 101100111 1001001 110011

Color Harmonies of #DD292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD292B

Black with #DD292B

Text Example


Text Example

White with #DD292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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