Html Css Color HEX #D9223D Alizarin

📋 copy color: '#D9223D'

red 217 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #D9223D

Tints of Alizarin #D9223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

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

R = 69.55%
G = 10.9%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9223D (or 0xD9223D) is known color: Alizarin. HEX triplet: D9, 22 and 3D. RGB value is (217,34,61). Sum of RGB (Red+Green+Blue) = 217+34+61=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9223D is #26DDC2. Grayscale: #5B5B5B. Windows color (decimal): -2547139 or 4006617. OLE color: 4006617.

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

Color convert

RGB 217 34 61 -
CMYK 0 0.84 0.72 0.15
HSL 351.15º 0.73% 0.49% -
HSV(B) 351.15º 0.84% 0.85% -
XYZ 30.03 16.23 5.97 -
YUV 91.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 217 34 61 0 0.84 0.72 0.15 351.15 0.73 0.49
Hex D9 22 3D 0 54 48 F 15F 49 31
Octal 331 42 75 0 124 110 17 537 111 61
Binary 11011001 100010 111101 0 1010100 1001000 1111 101011111 1001001 110001

Color Harmonies of #D9223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9223D

Black with #D9223D

Text Example


Text Example

White with #D9223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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