Html Css Color HEX #DD232D Alizarin

📋 copy color: '#DD232D'

red 221 ◦ green 35 ◦ blue 45

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

Shades of Alizarin #DD232D

Tints of Alizarin #DD232D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 73.42%
G = 11.63%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD232D (or 0xDD232D) is known color: Alizarin. HEX triplet: DD, 23 and 2D. RGB value is (221,35,45). Sum of RGB (Red+Green+Blue) = 221+35+45=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD232D is #22DCD2. Grayscale: #5B5B5B. Windows color (decimal): -2284755 or 2958301. OLE color: 2958301.

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

Color convert

RGB 221 35 45 -
CMYK 0 0.84 0.80 0.13
HSL 356.77º 0.73% 0.5% -
HSV(B) 356.77º 0.84% 0.87% -
XYZ 30.89 16.76 4.09 -
YUV 91.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 221 35 45 0 0.84 0.80 0.13 356.77 0.73 0.5
Hex DD 23 2D 0 54 50 D 165 49 32
Octal 335 43 55 0 124 120 15 545 111 62
Binary 11011101 100011 101101 0 1010100 1010000 1101 101100101 1001001 110010

Color Harmonies of #DD232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD232D

Black with #DD232D

Text Example


Text Example

White with #DD232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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