Html Css Color HEX #D9253F Alizarin

📋 copy color: '#D9253F'

red 217 ◦ green 37 ◦ blue 63

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

Shades of Alizarin #D9253F

Tints of Alizarin #D9253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 68.45%
G = 11.67%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9253F (or 0xD9253F) is known color: Alizarin. HEX triplet: D9, 25 and 3F. RGB value is (217,37,63). Sum of RGB (Red+Green+Blue) = 217+37+63=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D9253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9253F is #26DAC0. Grayscale: #5D5D5D. Windows color (decimal): -2546369 or 4138457. OLE color: 4138457.

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

Color convert

RGB 217 37 63 -
CMYK 0 0.83 0.71 0.15
HSL 351.33º 0.71% 0.5% -
HSV(B) 351.33º 0.83% 0.85% -
XYZ 30.17 16.43 6.28 -
YUV 93.78 110.63 215.89 -
System Red Green Blue C M Y K H S L
Decimal 217 37 63 0 0.83 0.71 0.15 351.33 0.71 0.5
Hex D9 25 3F 0 53 47 F 15F 47 32
Octal 331 45 77 0 123 107 17 537 107 62
Binary 11011001 100101 111111 0 1010011 1000111 1111 101011111 1000111 110010

Color Harmonies of #D9253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9253F

Black with #D9253F

Text Example


Text Example

White with #D9253F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9253F; }

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

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

background-color css

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

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

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

border-color css

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

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

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