Html Css Color HEX #D9313A Alizarin

📋 copy color: '#D9313A'

red 217 ◦ green 49 ◦ blue 58

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

Shades of Alizarin #D9313A

Tints of Alizarin #D9313A

RGB

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

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

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

R = 66.98%
G = 15.12%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9313A (or 0xD9313A) is known color: Alizarin. HEX triplet: D9, 31 and 3A. RGB value is (217,49,58). Sum of RGB (Red+Green+Blue) = 217+49+58=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9313A is #26CEC5. Grayscale: #646464. Windows color (decimal): -2543302 or 3813849. OLE color: 3813849.

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

Color convert

RGB 217 49 58 -
CMYK 0 0.77 0.73 0.15
HSL 356.79º 0.69% 0.52% -
HSV(B) 356.79º 0.77% 0.85% -
XYZ 30.48 17.25 5.73 -
YUV 100.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 217 49 58 0 0.77 0.73 0.15 356.79 0.69 0.52
Hex D9 31 3A 0 4D 49 F 165 45 34
Octal 331 61 72 0 115 111 17 545 105 64
Binary 11011001 110001 111010 0 1001101 1001001 1111 101100101 1000101 110100

Color Harmonies of #D9313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9313A

Black with #D9313A

Text Example


Text Example

White with #D9313A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9313A; }

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

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

background-color css

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

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

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

border-color css

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

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

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