Html Css Color HEX #DD182B Alizarin

📋 copy color: '#DD182B'

red 221 ◦ green 24 ◦ blue 43

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

Shades of Alizarin #DD182B

Tints of Alizarin #DD182B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

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

R = 76.74%
G = 8.33%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD182B (or 0xDD182B) is known color: Alizarin. HEX triplet: DD, 18 and 2B. RGB value is (221,24,43). Sum of RGB (Red+Green+Blue) = 221+24+43=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD182B is #22E7D4. Grayscale: #555555. Windows color (decimal): -2287573 or 2824413. OLE color: 2824413.

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

Color convert

RGB 221 24 43 -
CMYK 0 0.89 0.81 0.13
HSL 354.21º 0.8% 0.48% -
HSV(B) 354.21º 0.89% 0.87% -
XYZ 30.58 16.2 3.8 -
YUV 85.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 221 24 43 0 0.89 0.81 0.13 354.21 0.8 0.48
Hex DD 18 2B 0 59 51 D 162 50 30
Octal 335 30 53 0 131 121 15 542 120 60
Binary 11011101 11000 101011 0 1011001 1010001 1101 101100010 1010000 110000

Color Harmonies of #DD182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD182B

Black with #DD182B

Text Example


Text Example

White with #DD182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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