Html Css Color HEX #D9212D Alizarin

📋 copy color: '#D9212D'

red 217 ◦ green 33 ◦ blue 45

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

Shades of Alizarin #D9212D

Tints of Alizarin #D9212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 73.56%
G = 11.19%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9212D (or 0xD9212D) is known color: Alizarin. HEX triplet: D9, 21 and 2D. RGB value is (217,33,45). Sum of RGB (Red+Green+Blue) = 217+33+45=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D9212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9212D is #26DED2. Grayscale: #595959. Windows color (decimal): -2547411 or 2957785. OLE color: 2957785.

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

Color convert

RGB 217 33 45 -
CMYK 0 0.85 0.79 0.15
HSL 356.09º 0.74% 0.49% -
HSV(B) 356.09º 0.85% 0.85% -
XYZ 29.63 16.03 4.01 -
YUV 89.38 102.96 219.02 -
System Red Green Blue C M Y K H S L
Decimal 217 33 45 0 0.85 0.79 0.15 356.09 0.74 0.49
Hex D9 21 2D 0 55 4F F 164 4A 31
Octal 331 41 55 0 125 117 17 544 112 61
Binary 11011001 100001 101101 0 1010101 1001111 1111 101100100 1001010 110001

Color Harmonies of #D9212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9212D

Black with #D9212D

Text Example


Text Example

White with #D9212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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