Html Css Color HEX #D9213B Alizarin

📋 copy color: '#D9213B'

red 217 ◦ green 33 ◦ blue 59

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

Shades of Alizarin #D9213B

Tints of Alizarin #D9213B

RGB

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

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

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

R = 70.23%
G = 10.68%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9213B (or 0xD9213B) is known color: Alizarin. HEX triplet: D9, 21 and 3B. RGB value is (217,33,59). Sum of RGB (Red+Green+Blue) = 217+33+59=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9213B is #26DEC4. Grayscale: #5B5B5B. Windows color (decimal): -2547397 or 3875289. OLE color: 3875289.

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

Color convert

RGB 217 33 59 -
CMYK 0 0.85 0.73 0.15
HSL 351.52º 0.74% 0.49% -
HSV(B) 351.52º 0.85% 0.85% -
XYZ 29.95 16.16 5.68 -
YUV 90.98 109.96 217.89 -
System Red Green Blue C M Y K H S L
Decimal 217 33 59 0 0.85 0.73 0.15 351.52 0.74 0.49
Hex D9 21 3B 0 55 49 F 160 4A 31
Octal 331 41 73 0 125 111 17 540 112 61
Binary 11011001 100001 111011 0 1010101 1001001 1111 101100000 1001010 110001

Color Harmonies of #D9213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9213B

Black with #D9213B

Text Example


Text Example

White with #D9213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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