Html Css Color HEX #DD2D38 Alizarin

📋 copy color: '#DD2D38'

red 221 ◦ green 45 ◦ blue 56

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

Shades of Alizarin #DD2D38

Tints of Alizarin #DD2D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 68.63%
G = 13.98%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2D38 (or 0xDD2D38) is known color: Alizarin. HEX triplet: DD, 2D and 38. RGB value is (221,45,56). Sum of RGB (Red+Green+Blue) = 221+45+56=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2D38 is #22D2C7. Grayscale: #636363. Windows color (decimal): -2282184 or 3681757. OLE color: 3681757.

HSL color Cylindrical-coordinate representation of color #DD2D38: hue angle of 356.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2D38 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 45 56 -
CMYK 0 0.80 0.75 0.13
HSL 356.25º 0.72% 0.52% -
HSV(B) 356.25º 0.8% 0.87% -
XYZ 31.47 17.53 5.47 -
YUV 98.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 221 45 56 0 0.80 0.75 0.13 356.25 0.72 0.52
Hex DD 2D 38 0 50 4B D 164 48 34
Octal 335 55 70 0 120 113 15 544 110 64
Binary 11011101 101101 111000 0 1010000 1001011 1101 101100100 1001000 110100

Color Harmonies of #DD2D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2D38

Black with #DD2D38

Text Example


Text Example

White with #DD2D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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