Html Css Color HEX #D9292B Alizarin

📋 copy color: '#D9292B'

red 217 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #D9292B

Tints of Alizarin #D9292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 72.09%
G = 13.62%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9292B (or 0xD9292B) is known color: Alizarin. HEX triplet: D9, 29 and 2B. RGB value is (217,41,43). Sum of RGB (Red+Green+Blue) = 217+41+43=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9292B is #26D6D4. Grayscale: #5E5E5E. Windows color (decimal): -2545365 or 2828761. OLE color: 2828761.

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

Color convert

RGB 217 41 43 -
CMYK 0 0.81 0.80 0.15
HSL 359.32º 0.7% 0.51% -
HSV(B) 359.32º 0.81% 0.85% -
XYZ 29.84 16.51 3.9 -
YUV 93.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 217 41 43 0 0.81 0.80 0.15 359.32 0.7 0.51
Hex D9 29 2B 0 51 50 F 167 46 33
Octal 331 51 53 0 121 120 17 547 106 63
Binary 11011001 101001 101011 0 1010001 1010000 1111 101100111 1000110 110011

Color Harmonies of #D9292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9292B

Black with #D9292B

Text Example


Text Example

White with #D9292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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