Html Css Color HEX #DD2627 Alizarin

📋 copy color: '#DD2627'

red 221 ◦ green 38 ◦ blue 39

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

Shades of Alizarin #DD2627

Tints of Alizarin #DD2627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.09%

R = 74.16%
G = 12.75%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD2627 (or 0xDD2627) is known color: Alizarin. HEX triplet: DD, 26 and 27. RGB value is (221,38,39). Sum of RGB (Red+Green+Blue) = 221+38+39=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2627 is #22D9D8. Grayscale: #5D5D5D. Windows color (decimal): -2283993 or 2565853. OLE color: 2565853.

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

Color convert

RGB 221 38 39 -
CMYK 0 0.83 0.82 0.13
HSL 359.67º 0.73% 0.51% -
HSV(B) 359.67º 0.83% 0.87% -
XYZ 30.88 16.9 3.55 -
YUV 92.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 221 38 39 0 0.83 0.82 0.13 359.67 0.73 0.51
Hex DD 26 27 0 53 52 D 168 49 33
Octal 335 46 47 0 123 122 15 550 111 63
Binary 11011101 100110 100111 0 1010011 1010010 1101 101101000 1001001 110011

Color Harmonies of #DD2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2627

Black with #DD2627

Text Example


Text Example

White with #DD2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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