Html Css Color HEX #DD3841 Alizarin

📋 copy color: '#DD3841'

red 221 ◦ green 56 ◦ blue 65

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

Shades of Alizarin #DD3841

Tints of Alizarin #DD3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 64.62%
G = 16.37%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD3841 (or 0xDD3841) is known color: Alizarin. HEX triplet: DD, 38 and 41. RGB value is (221,56,65). Sum of RGB (Red+Green+Blue) = 221+56+65=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3841 is #22C7BE. Grayscale: #6A6A6A. Windows color (decimal): -2279359 or 4274397. OLE color: 4274397.

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

Color convert

RGB 221 56 65 -
CMYK 0 0.75 0.71 0.13
HSL 356.73º 0.71% 0.54% -
HSV(B) 356.73º 0.75% 0.87% -
XYZ 32.19 18.58 6.89 -
YUV 106.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 221 56 65 0 0.75 0.71 0.13 356.73 0.71 0.54
Hex DD 38 41 0 4B 47 D 165 47 36
Octal 335 70 101 0 113 107 15 545 107 66
Binary 11011101 111000 1000001 0 1001011 1000111 1101 101100101 1000111 110110

Color Harmonies of #DD3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3841

Black with #DD3841

Text Example


Text Example

White with #DD3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3841; }

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

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

background-color css

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

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

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

border-color css

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

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

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