Html Css Color HEX #D9253E Alizarin

📋 copy color: '#D9253E'

red 217 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #D9253E

Tints of Alizarin #D9253E

RGB

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

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

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

R = 68.67%
G = 11.71%
B = 19.62%

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

#D9253E (or 0xD9253E) is known color: Alizarin. HEX triplet: D9, 25 and 3E. RGB value is (217,37,62). Sum of RGB (Red+Green+Blue) = 217+37+62=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D9253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9253E is #26DAC1. Grayscale: #5D5D5D. Windows color (decimal): -2546370 or 4072921. OLE color: 4072921.

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

Color convert

RGB 217 37 62 -
CMYK 0 0.83 0.71 0.15
HSL 351.67º 0.71% 0.5% -
HSV(B) 351.67º 0.83% 0.85% -
XYZ 30.15 16.42 6.14 -
YUV 93.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 217 37 62 0 0.83 0.71 0.15 351.67 0.71 0.5
Hex D9 25 3E 0 53 47 F 160 47 32
Octal 331 45 76 0 123 107 17 540 107 62
Binary 11011001 100101 111110 0 1010011 1000111 1111 101100000 1000111 110010

Color Harmonies of #D9253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9253E

Black with #D9253E

Text Example


Text Example

White with #D9253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9253E; }

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

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

background-color css

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

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

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

border-color css

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

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

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