Html Css Color HEX #DD233D Alizarin

📋 copy color: '#DD233D'

red 221 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #DD233D

Tints of Alizarin #DD233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

 BLUE value IS 61 (24.22% from 255) = 19.24%

R = 69.72%
G = 11.04%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD233D (or 0xDD233D) is known color: Alizarin. HEX triplet: DD, 23 and 3D. RGB value is (221,35,61). Sum of RGB (Red+Green+Blue) = 221+35+61=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD233D is #22DCC2. Grayscale: #5D5D5D. Windows color (decimal): -2284739 or 4006877. OLE color: 4006877.

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

Color convert

RGB 221 35 61 -
CMYK 0 0.84 0.72 0.13
HSL 351.61º 0.73% 0.5% -
HSV(B) 351.61º 0.84% 0.87% -
XYZ 31.26 16.91 6.03 -
YUV 93.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 221 35 61 0 0.84 0.72 0.13 351.61 0.73 0.5
Hex DD 23 3D 0 54 48 D 160 49 32
Octal 335 43 75 0 124 110 15 540 111 62
Binary 11011101 100011 111101 0 1010100 1001000 1101 101100000 1001001 110010

Color Harmonies of #DD233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD233D

Black with #DD233D

Text Example


Text Example

White with #DD233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD233D; }

 p { color: rgb(221,35,61); }

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

background-color css

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

 a { background-color: rgb(221,35,61); }

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

border-color css

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

 span { border-color: rgb(221,35,61); }

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