Html Css Color HEX #D71E32 Alizarin

📋 copy color: '#D71E32'

red 215 ◦ green 30 ◦ blue 50

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

Shades of Alizarin #D71E32

Tints of Alizarin #D71E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

 BLUE value IS 50 (19.92% from 255) = 16.95%

R = 72.88%
G = 10.17%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D71E32 (or 0xD71E32) is known color: Alizarin. HEX triplet: D7, 1E and 32. RGB value is (215,30,50). Sum of RGB (Red+Green+Blue) = 215+30+50=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71E32 is #28E1CD. Grayscale: #575757. Windows color (decimal): -2679246 or 3284695. OLE color: 3284695.

HSL color Cylindrical-coordinate representation of color #D71E32: hue angle of 353.51º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E32 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 30 50 -
CMYK 0 0.86 0.77 0.16
HSL 353.51º 0.76% 0.48% -
HSV(B) 353.51º 0.86% 0.84% -
XYZ 29.06 15.61 4.5 -
YUV 87.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 215 30 50 0 0.86 0.77 0.16 353.51 0.76 0.48
Hex D7 1E 32 0 56 4D 10 162 4C 30
Octal 327 36 62 0 126 115 20 542 114 60
Binary 11010111 11110 110010 0 1010110 1001101 10000 101100010 1001100 110000

Color Harmonies of #D71E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E32

Black with #D71E32

Text Example


Text Example

White with #D71E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E32; }

 p { color: rgb(215,30,50); }

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

background-color css

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

 a { background-color: rgb(215,30,50); }

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

border-color css

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

 span { border-color: rgb(215,30,50); }

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