Html Css Color HEX #DD292E Alizarin

📋 copy color: '#DD292E'

red 221 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #DD292E

Tints of Alizarin #DD292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 71.75%
G = 13.31%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD292E (or 0xDD292E) is known color: Alizarin. HEX triplet: DD, 29 and 2E. RGB value is (221,41,46). Sum of RGB (Red+Green+Blue) = 221+41+46=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD292E is #22D6D1. Grayscale: #5F5F5F. Windows color (decimal): -2283218 or 3025373. OLE color: 3025373.

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

Color convert

RGB 221 41 46 -
CMYK 0 0.81 0.79 0.13
HSL 358.33º 0.73% 0.51% -
HSV(B) 358.33º 0.81% 0.87% -
XYZ 31.1 17.16 4.26 -
YUV 95.39 100.13 217.59 -
System Red Green Blue C M Y K H S L
Decimal 221 41 46 0 0.81 0.79 0.13 358.33 0.73 0.51
Hex DD 29 2E 0 51 4F D 166 49 33
Octal 335 51 56 0 121 117 15 546 111 63
Binary 11011101 101001 101110 0 1010001 1001111 1101 101100110 1001001 110011

Color Harmonies of #DD292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD292E

Black with #DD292E

Text Example


Text Example

White with #DD292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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