Html Css Color HEX #D9292A Alizarin

📋 copy color: '#D9292A'

red 217 ◦ green 41 ◦ blue 42

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

Shades of Alizarin #D9292A

Tints of Alizarin #D9292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.67%

 BLUE value IS 42 (16.8% from 255) = 14%

R = 72.33%
G = 13.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D9292A (or 0xD9292A) is known color: Alizarin. HEX triplet: D9, 29 and 2A. RGB value is (217,41,42). Sum of RGB (Red+Green+Blue) = 217+41+42=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D9292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9292A is #26D6D5. Grayscale: #5D5D5D. Windows color (decimal): -2545366 or 2763225. OLE color: 2763225.

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

Color convert

RGB 217 41 42 -
CMYK 0 0.81 0.81 0.15
HSL 359.66º 0.7% 0.51% -
HSV(B) 359.66º 0.81% 0.85% -
XYZ 29.83 16.5 3.8 -
YUV 93.74 98.81 215.92 -
System Red Green Blue C M Y K H S L
Decimal 217 41 42 0 0.81 0.81 0.15 359.66 0.7 0.51
Hex D9 29 2A 0 51 51 F 168 46 33
Octal 331 51 52 0 121 121 17 550 106 63
Binary 11011001 101001 101010 0 1010001 1010001 1111 101101000 1000110 110011

Color Harmonies of #D9292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9292A

Black with #D9292A

Text Example


Text Example

White with #D9292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9292A; }

 p { color: rgb(217,41,42); }

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

background-color css

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

 a { background-color: rgb(217,41,42); }

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

border-color css

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

 span { border-color: rgb(217,41,42); }

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