Html Css Color HEX #D9313E Alizarin

📋 copy color: '#D9313E'

red 217 ◦ green 49 ◦ blue 62

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

Shades of Alizarin #D9313E

Tints of Alizarin #D9313E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.94%

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 66.16%
G = 14.94%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9313E (or 0xD9313E) is known color: Alizarin. HEX triplet: D9, 31 and 3E. RGB value is (217,49,62). Sum of RGB (Red+Green+Blue) = 217+49+62=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9313E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9313E is #26CEC1. Grayscale: #646464. Windows color (decimal): -2543298 or 4075993. OLE color: 4075993.

HSL color Cylindrical-coordinate representation of color #D9313E: hue angle of 355.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9313E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 62 -
CMYK 0 0.77 0.71 0.15
HSL 355.36º 0.69% 0.52% -
HSV(B) 355.36º 0.77% 0.85% -
XYZ 30.58 17.3 6.28 -
YUV 100.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 217 49 62 0 0.77 0.71 0.15 355.36 0.69 0.52
Hex D9 31 3E 0 4D 47 F 163 45 34
Octal 331 61 76 0 115 107 17 543 105 64
Binary 11011001 110001 111110 0 1001101 1000111 1111 101100011 1000101 110100

Color Harmonies of #D9313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9313E

Black with #D9313E

Text Example


Text Example

White with #D9313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9313E; }

 p { color: rgb(217,49,62); }

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

background-color css

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

 a { background-color: rgb(217,49,62); }

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

border-color css

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

 span { border-color: rgb(217,49,62); }

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