Html Css Color HEX #D9223B Alizarin

📋 copy color: '#D9223B'

red 217 ◦ green 34 ◦ blue 59

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

Shades of Alizarin #D9223B

Tints of Alizarin #D9223B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.03%

R = 70%
G = 10.97%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9223B (or 0xD9223B) is known color: Alizarin. HEX triplet: D9, 22 and 3B. RGB value is (217,34,59). Sum of RGB (Red+Green+Blue) = 217+34+59=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9223B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9223B is #26DDC4. Grayscale: #5B5B5B. Windows color (decimal): -2547141 or 3875545. OLE color: 3875545.

HSL color Cylindrical-coordinate representation of color #D9223B: hue angle of 351.8º 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 #D9223B is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 34 59 -
CMYK 0 0.84 0.73 0.15
HSL 351.8º 0.73% 0.49% -
HSV(B) 351.8º 0.84% 0.85% -
XYZ 29.98 16.21 5.69 -
YUV 91.57 109.63 217.47 -
System Red Green Blue C M Y K H S L
Decimal 217 34 59 0 0.84 0.73 0.15 351.8 0.73 0.49
Hex D9 22 3B 0 54 49 F 160 49 31
Octal 331 42 73 0 124 111 17 540 111 61
Binary 11011001 100010 111011 0 1010100 1001001 1111 101100000 1001001 110001

Color Harmonies of #D9223B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9223B

Black with #D9223B

Text Example


Text Example

White with #D9223B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9223B; }

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

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

background-color css

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

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

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

border-color css

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

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

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