Html Css Color HEX #DD192E Alizarin

📋 copy color: '#DD192E'

red 221 ◦ green 25 ◦ blue 46

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

Shades of Alizarin #DD192E

Tints of Alizarin #DD192E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 75.68%
G = 8.56%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD192E (or 0xDD192E) is known color: Alizarin. HEX triplet: DD, 19 and 2E. RGB value is (221,25,46). Sum of RGB (Red+Green+Blue) = 221+25+46=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD192E is #22E6D1. Grayscale: #565656. Windows color (decimal): -2287314 or 3021277. OLE color: 3021277.

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

Color convert

RGB 221 25 46 -
CMYK 0 0.89 0.79 0.13
HSL 353.57º 0.8% 0.48% -
HSV(B) 353.57º 0.89% 0.87% -
XYZ 30.66 16.26 4.11 -
YUV 86 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 221 25 46 0 0.89 0.79 0.13 353.57 0.8 0.48
Hex DD 19 2E 0 59 4F D 162 50 30
Octal 335 31 56 0 131 117 15 542 120 60
Binary 11011101 11001 101110 0 1011001 1001111 1101 101100010 1010000 110000

Color Harmonies of #DD192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD192E

Black with #DD192E

Text Example


Text Example

White with #DD192E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD192E; }

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

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

background-color css

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

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

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

border-color css

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

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

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