Html Css Color HEX #D9323D Alizarin

📋 copy color: '#D9323D'

red 217 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #D9323D

Tints of Alizarin #D9323D

RGB

 RED value IS 217 (85.16% from 255) = 66.16%

 GREEN value IS 50 (19.92% from 255) = 15.24%

 BLUE value IS 61 (24.22% from 255) = 18.6%

R = 66.16%
G = 15.24%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9323D (or 0xD9323D) is known color: Alizarin. HEX triplet: D9, 32 and 3D. RGB value is (217,50,61). Sum of RGB (Red+Green+Blue) = 217+50+61=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9323D is #26CDC2. Grayscale: #656565. Windows color (decimal): -2543043 or 4010713. OLE color: 4010713.

HSL color Cylindrical-coordinate representation of color #D9323D: hue angle of 356.05º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9323D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 50 61 -
CMYK 0 0.77 0.72 0.15
HSL 356.05º 0.69% 0.52% -
HSV(B) 356.05º 0.77% 0.85% -
XYZ 30.6 17.37 6.15 -
YUV 101.19 105.33 210.61 -
System Red Green Blue C M Y K H S L
Decimal 217 50 61 0 0.77 0.72 0.15 356.05 0.69 0.52
Hex D9 32 3D 0 4D 48 F 164 45 34
Octal 331 62 75 0 115 110 17 544 105 64
Binary 11011001 110010 111101 0 1001101 1001000 1111 101100100 1000101 110100

Color Harmonies of #D9323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9323D

Black with #D9323D

Text Example


Text Example

White with #D9323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9323D; }

 p { color: rgb(217,50,61); }

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

background-color css

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

 a { background-color: rgb(217,50,61); }

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

border-color css

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

 span { border-color: rgb(217,50,61); }

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