Html Css Color HEX #D71D32 Alizarin

📋 copy color: '#D71D32'

red 215 ◦ green 29 ◦ blue 50

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

Shades of Alizarin #D71D32

Tints of Alizarin #D71D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.86%

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

R = 73.13%
G = 9.86%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D71D32 (or 0xD71D32) is known color: Alizarin. HEX triplet: D7, 1D and 32. RGB value is (215,29,50). Sum of RGB (Red+Green+Blue) = 215+29+50=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 29 (11.72% from 255 or 9.86% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D32 is #28E2CD. Grayscale: #575757. Windows color (decimal): -2679502 or 3284439. OLE color: 3284439.

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

Color convert

RGB 215 29 50 -
CMYK 0 0.87 0.77 0.16
HSL 353.23º 0.76% 0.48% -
HSV(B) 353.23º 0.87% 0.84% -
XYZ 29.04 15.56 4.49 -
YUV 87.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 215 29 50 0 0.87 0.77 0.16 353.23 0.76 0.48
Hex D7 1D 32 0 57 4D 10 161 4C 30
Octal 327 35 62 0 127 115 20 541 114 60
Binary 11010111 11101 110010 0 1010111 1001101 10000 101100001 1001100 110000

Color Harmonies of #D71D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D32

Black with #D71D32

Text Example


Text Example

White with #D71D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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