Html Css Color HEX #D9253A Alizarin

📋 copy color: '#D9253A'

red 217 ◦ green 37 ◦ blue 58

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

Shades of Alizarin #D9253A

Tints of Alizarin #D9253A

RGB

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

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

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

R = 69.55%
G = 11.86%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9253A (or 0xD9253A) is known color: Alizarin. HEX triplet: D9, 25 and 3A. RGB value is (217,37,58). Sum of RGB (Red+Green+Blue) = 217+37+58=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9253A is #26DAC5. Grayscale: #5D5D5D. Windows color (decimal): -2546374 or 3810777. OLE color: 3810777.

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

Color convert

RGB 217 37 58 -
CMYK 0 0.83 0.73 0.15
HSL 353º 0.71% 0.5% -
HSV(B) 353º 0.83% 0.85% -
XYZ 30.04 16.38 5.58 -
YUV 93.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 217 37 58 0 0.83 0.73 0.15 353 0.71 0.5
Hex D9 25 3A 0 53 49 F 161 47 32
Octal 331 45 72 0 123 111 17 541 107 62
Binary 11011001 100101 111010 0 1010011 1001001 1111 101100001 1000111 110010

Color Harmonies of #D9253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9253A

Black with #D9253A

Text Example


Text Example

White with #D9253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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