Html Css Color HEX #D9212B Alizarin

📋 copy color: '#D9212B'

red 217 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #D9212B

Tints of Alizarin #D9212B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 74.06%
G = 11.26%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9212B (or 0xD9212B) is known color: Alizarin. HEX triplet: D9, 21 and 2B. RGB value is (217,33,43). Sum of RGB (Red+Green+Blue) = 217+33+43=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D9212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9212B is #26DED4. Grayscale: #595959. Windows color (decimal): -2547413 or 2826713. OLE color: 2826713.

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

Color convert

RGB 217 33 43 -
CMYK 0 0.85 0.80 0.15
HSL 356.74º 0.74% 0.49% -
HSV(B) 356.74º 0.85% 0.85% -
XYZ 29.6 16.01 3.82 -
YUV 89.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 217 33 43 0 0.85 0.80 0.15 356.74 0.74 0.49
Hex D9 21 2B 0 55 50 F 165 4A 31
Octal 331 41 53 0 125 120 17 545 112 61
Binary 11011001 100001 101011 0 1010101 1010000 1111 101100101 1001010 110001

Color Harmonies of #D9212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9212B

Black with #D9212B

Text Example


Text Example

White with #D9212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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