Html Css Color HEX #DD2B38 Alizarin

📋 copy color: '#DD2B38'

red 221 ◦ green 43 ◦ blue 56

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

Shades of Alizarin #DD2B38

Tints of Alizarin #DD2B38

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

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

R = 69.06%
G = 13.44%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD2B38 (or 0xDD2B38) is known color: Alizarin. HEX triplet: DD, 2B and 38. RGB value is (221,43,56). Sum of RGB (Red+Green+Blue) = 221+43+56=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B38 is #22D4C7. Grayscale: #616161. Windows color (decimal): -2282696 or 3681245. OLE color: 3681245.

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

Color convert

RGB 221 43 56 -
CMYK 0 0.81 0.75 0.13
HSL 355.62º 0.72% 0.52% -
HSV(B) 355.62º 0.81% 0.87% -
XYZ 31.4 17.39 5.44 -
YUV 97.7 104.47 215.94 -
System Red Green Blue C M Y K H S L
Decimal 221 43 56 0 0.81 0.75 0.13 355.62 0.72 0.52
Hex DD 2B 38 0 51 4B D 164 48 34
Octal 335 53 70 0 121 113 15 544 110 64
Binary 11011101 101011 111000 0 1010001 1001011 1101 101100100 1001000 110100

Color Harmonies of #DD2B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B38

Black with #DD2B38

Text Example


Text Example

White with #DD2B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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