Html Css Color HEX #DD2633 Alizarin

📋 copy color: '#DD2633'

red 221 ◦ green 38 ◦ blue 51

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

Shades of Alizarin #DD2633

Tints of Alizarin #DD2633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 71.29%
G = 12.26%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD2633 (or 0xDD2633) is known color: Alizarin. HEX triplet: DD, 26 and 33. RGB value is (221,38,51). Sum of RGB (Red+Green+Blue) = 221+38+51=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2633 is #22D9CC. Grayscale: #5E5E5E. Windows color (decimal): -2283981 or 3352285. OLE color: 3352285.

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

Color convert

RGB 221 38 51 -
CMYK 0 0.83 0.77 0.13
HSL 355.74º 0.73% 0.51% -
HSV(B) 355.74º 0.83% 0.87% -
XYZ 31.11 17 4.77 -
YUV 94.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 221 38 51 0 0.83 0.77 0.13 355.74 0.73 0.51
Hex DD 26 33 0 53 4D D 164 49 33
Octal 335 46 63 0 123 115 15 544 111 63
Binary 11011101 100110 110011 0 1010011 1001101 1101 101100100 1001001 110011

Color Harmonies of #DD2633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2633

Black with #DD2633

Text Example


Text Example

White with #DD2633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2633; }

 p { color: rgb(221,38,51); }

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

background-color css

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

 a { background-color: rgb(221,38,51); }

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

border-color css

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

 span { border-color: rgb(221,38,51); }

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