Html Css Color HEX #D9213C Alizarin

📋 copy color: '#D9213C'

red 217 ◦ green 33 ◦ blue 60

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

Shades of Alizarin #D9213C

Tints of Alizarin #D9213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

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

R = 70%
G = 10.65%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9213C (or 0xD9213C) is known color: Alizarin. HEX triplet: D9, 21 and 3C. RGB value is (217,33,60). Sum of RGB (Red+Green+Blue) = 217+33+60=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9213C is #26DEC3. Grayscale: #5B5B5B. Windows color (decimal): -2547396 or 3940825. OLE color: 3940825.

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

Color convert

RGB 217 33 60 -
CMYK 0 0.85 0.72 0.15
HSL 351.2º 0.74% 0.49% -
HSV(B) 351.2º 0.85% 0.85% -
XYZ 29.97 16.17 5.82 -
YUV 91.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 217 33 60 0 0.85 0.72 0.15 351.2 0.74 0.49
Hex D9 21 3C 0 55 48 F 15F 4A 31
Octal 331 41 74 0 125 110 17 537 112 61
Binary 11011001 100001 111100 0 1010101 1001000 1111 101011111 1001010 110001

Color Harmonies of #D9213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9213C

Black with #D9213C

Text Example


Text Example

White with #D9213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9213C; }

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

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

background-color css

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

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

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

border-color css

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

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

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