Html Css Color HEX #D71D31 Alizarin

📋 copy color: '#D71D31'

red 215 ◦ green 29 ◦ blue 49

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

Shades of Alizarin #D71D31

Tints of Alizarin #D71D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 73.38%
G = 9.9%
B = 16.72%

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

#D71D31 (or 0xD71D31) is known color: Alizarin. HEX triplet: D7, 1D and 31. RGB value is (215,29,49). Sum of RGB (Red+Green+Blue) = 215+29+49=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71D31 is #28E2CE. Grayscale: #575757. Windows color (decimal): -2679503 or 3218903. OLE color: 3218903.

HSL color Cylindrical-coordinate representation of color #D71D31: hue angle of 353.55º 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 #D71D31 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 29 49 -
CMYK 0 0.87 0.77 0.16
HSL 353.55º 0.76% 0.48% -
HSV(B) 353.55º 0.87% 0.84% -
XYZ 29.02 15.55 4.38 -
YUV 86.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 215 29 49 0 0.87 0.77 0.16 353.55 0.76 0.48
Hex D7 1D 31 0 57 4D 10 162 4C 30
Octal 327 35 61 0 127 115 20 542 114 60
Binary 11010111 11101 110001 0 1010111 1001101 10000 101100010 1001100 110000

Color Harmonies of #D71D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71D31

Black with #D71D31

Text Example


Text Example

White with #D71D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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