Html Css Color HEX #D9223C Alizarin

📋 copy color: '#D9223C'

red 217 ◦ green 34 ◦ blue 60

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

Shades of Alizarin #D9223C

Tints of Alizarin #D9223C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 69.77%
G = 10.93%
B = 19.29%

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

#D9223C (or 0xD9223C) is known color: Alizarin. HEX triplet: D9, 22 and 3C. RGB value is (217,34,60). Sum of RGB (Red+Green+Blue) = 217+34+60=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D9223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9223C is #26DDC3. Grayscale: #5B5B5B. Windows color (decimal): -2547140 or 3941081. OLE color: 3941081.

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

Color convert

RGB 217 34 60 -
CMYK 0 0.84 0.72 0.15
HSL 351.48º 0.73% 0.49% -
HSV(B) 351.48º 0.84% 0.85% -
XYZ 30 16.22 5.82 -
YUV 91.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 217 34 60 0 0.84 0.72 0.15 351.48 0.73 0.49
Hex D9 22 3C 0 54 48 F 15F 49 31
Octal 331 42 74 0 124 110 17 537 111 61
Binary 11011001 100010 111100 0 1010100 1001000 1111 101011111 1001001 110001

Color Harmonies of #D9223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9223C

Black with #D9223C

Text Example


Text Example

White with #D9223C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9223C; }

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

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

background-color css

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

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

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

border-color css

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

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

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