Html Css Color HEX #DD232B Alizarin

📋 copy color: '#DD232B'

red 221 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #DD232B

Tints of Alizarin #DD232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 73.91%
G = 11.71%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD232B (or 0xDD232B) is known color: Alizarin. HEX triplet: DD, 23 and 2B. RGB value is (221,35,43). Sum of RGB (Red+Green+Blue) = 221+35+43=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD232B is #22DCD4. Grayscale: #5B5B5B. Windows color (decimal): -2284757 or 2827229. OLE color: 2827229.

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

Color convert

RGB 221 35 43 -
CMYK 0 0.84 0.81 0.13
HSL 357.42º 0.73% 0.5% -
HSV(B) 357.42º 0.84% 0.87% -
XYZ 30.86 16.75 3.89 -
YUV 91.53 100.62 220.35 -
System Red Green Blue C M Y K H S L
Decimal 221 35 43 0 0.84 0.81 0.13 357.42 0.73 0.5
Hex DD 23 2B 0 54 51 D 165 49 32
Octal 335 43 53 0 124 121 15 545 111 62
Binary 11011101 100011 101011 0 1010100 1010001 1101 101100101 1001001 110010

Color Harmonies of #DD232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD232B

Black with #DD232B

Text Example


Text Example

White with #DD232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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