Html Css Color HEX #D9213A Alizarin

📋 copy color: '#D9213A'

red 217 ◦ green 33 ◦ blue 58

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

Shades of Alizarin #D9213A

Tints of Alizarin #D9213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.83%

R = 70.45%
G = 10.71%
B = 18.83%

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

#D9213A (or 0xD9213A) is known color: Alizarin. HEX triplet: D9, 21 and 3A. RGB value is (217,33,58). Sum of RGB (Red+Green+Blue) = 217+33+58=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D9213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9213A is #26DEC5. Grayscale: #5A5A5A. Windows color (decimal): -2547398 or 3809753. OLE color: 3809753.

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

Color convert

RGB 217 33 58 -
CMYK 0 0.85 0.73 0.15
HSL 351.85º 0.74% 0.49% -
HSV(B) 351.85º 0.85% 0.85% -
XYZ 29.92 16.14 5.54 -
YUV 90.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 217 33 58 0 0.85 0.73 0.15 351.85 0.74 0.49
Hex D9 21 3A 0 55 49 F 160 4A 31
Octal 331 41 72 0 125 111 17 540 112 61
Binary 11011001 100001 111010 0 1010101 1001001 1111 101100000 1001010 110001

Color Harmonies of #D9213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9213A

Black with #D9213A

Text Example


Text Example

White with #D9213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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