Html Css Color HEX #DD192D Alizarin

📋 copy color: '#DD192D'

red 221 ◦ green 25 ◦ blue 45

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

Shades of Alizarin #DD192D

Tints of Alizarin #DD192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.59%

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

R = 75.95%
G = 8.59%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD192D (or 0xDD192D) is known color: Alizarin. HEX triplet: DD, 19 and 2D. RGB value is (221,25,45). Sum of RGB (Red+Green+Blue) = 221+25+45=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD192D is #22E6D2. Grayscale: #565656. Windows color (decimal): -2287315 or 2955741. OLE color: 2955741.

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

Color convert

RGB 221 25 45 -
CMYK 0 0.89 0.80 0.13
HSL 353.88º 0.8% 0.48% -
HSV(B) 353.88º 0.89% 0.87% -
XYZ 30.64 16.26 4.01 -
YUV 85.88 104.93 224.37 -
System Red Green Blue C M Y K H S L
Decimal 221 25 45 0 0.89 0.80 0.13 353.88 0.8 0.48
Hex DD 19 2D 0 59 50 D 162 50 30
Octal 335 31 55 0 131 120 15 542 120 60
Binary 11011101 11001 101101 0 1011001 1010000 1101 101100010 1010000 110000

Color Harmonies of #DD192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD192D

Black with #DD192D

Text Example


Text Example

White with #DD192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD192D; }

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

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

background-color css

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

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

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

border-color css

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

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

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