Html Css Color HEX #D7292D Alizarin

📋 copy color: '#D7292D'

red 215 ◦ green 41 ◦ blue 45

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

Shades of Alizarin #D7292D

Tints of Alizarin #D7292D

RGB

 RED value IS 215 (84.38% from 255) = 71.43%

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 71.43%
G = 13.62%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7292D (or 0xD7292D) is known color: Alizarin. HEX triplet: D7, 29 and 2D. RGB value is (215,41,45). Sum of RGB (Red+Green+Blue) = 215+41+45=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D7292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7292D is #28D6D2. Grayscale: #5D5D5D. Windows color (decimal): -2676435 or 2959831. OLE color: 2959831.

HSL color Cylindrical-coordinate representation of color #D7292D: hue angle of 358.62º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7292D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 41 45 -
CMYK 0 0.81 0.79 0.16
HSL 358.62º 0.69% 0.5% -
HSV(B) 358.62º 0.81% 0.84% -
XYZ 29.29 16.22 4.07 -
YUV 93.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 215 41 45 0 0.81 0.79 0.16 358.62 0.69 0.5
Hex D7 29 2D 0 51 4F 10 167 45 32
Octal 327 51 55 0 121 117 20 547 105 62
Binary 11010111 101001 101101 0 1010001 1001111 10000 101100111 1000101 110010

Color Harmonies of #D7292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7292D

Black with #D7292D

Text Example


Text Example

White with #D7292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7292D; }

 p { color: rgb(215,41,45); }

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

background-color css

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

 a { background-color: rgb(215,41,45); }

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

border-color css

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

 span { border-color: rgb(215,41,45); }

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