Html Css Color HEX #D71F31 Alizarin

📋 copy color: '#D71F31'

red 215 ◦ green 31 ◦ blue 49

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

Shades of Alizarin #D71F31

Tints of Alizarin #D71F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.51%

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

R = 72.88%
G = 10.51%
B = 16.61%

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

#D71F31 (or 0xD71F31) is known color: Alizarin. HEX triplet: D7, 1F and 31. RGB value is (215,31,49). Sum of RGB (Red+Green+Blue) = 215+31+49=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 31 (12.5% from 255 or 10.51% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71F31 is #28E0CE. Grayscale: #585858. Windows color (decimal): -2678991 or 3219415. OLE color: 3219415.

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

Color convert

RGB 215 31 49 -
CMYK 0 0.86 0.77 0.16
HSL 354.13º 0.75% 0.48% -
HSV(B) 354.13º 0.86% 0.84% -
XYZ 29.07 15.65 4.39 -
YUV 88.07 105.96 218.54 -
System Red Green Blue C M Y K H S L
Decimal 215 31 49 0 0.86 0.77 0.16 354.13 0.75 0.48
Hex D7 1F 31 0 56 4D 10 162 4B 30
Octal 327 37 61 0 126 115 20 542 113 60
Binary 11010111 11111 110001 0 1010110 1001101 10000 101100010 1001011 110000

Color Harmonies of #D71F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F31

Black with #D71F31

Text Example


Text Example

White with #D71F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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