Html Css Color HEX #D9313F Alizarin

📋 copy color: '#D9313F'

red 217 ◦ green 49 ◦ blue 63

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

Shades of Alizarin #D9313F

Tints of Alizarin #D9313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 65.96%
G = 14.89%
B = 19.15%

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

#D9313F (or 0xD9313F) is known color: Alizarin. HEX triplet: D9, 31 and 3F. RGB value is (217,49,63). Sum of RGB (Red+Green+Blue) = 217+49+63=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9313F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9313F is #26CEC0. Grayscale: #646464. Windows color (decimal): -2543297 or 4141529. OLE color: 4141529.

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

Color convert

RGB 217 49 63 -
CMYK 0 0.77 0.71 0.15
HSL 355º 0.69% 0.52% -
HSV(B) 355º 0.77% 0.85% -
XYZ 30.61 17.31 6.43 -
YUV 100.83 106.66 210.86 -
System Red Green Blue C M Y K H S L
Decimal 217 49 63 0 0.77 0.71 0.15 355 0.69 0.52
Hex D9 31 3F 0 4D 47 F 163 45 34
Octal 331 61 77 0 115 107 17 543 105 64
Binary 11011001 110001 111111 0 1001101 1000111 1111 101100011 1000101 110100

Color Harmonies of #D9313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9313F

Black with #D9313F

Text Example


Text Example

White with #D9313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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