Html Css Color HEX #D71F32 Alizarin

📋 copy color: '#D71F32'

red 215 ◦ green 31 ◦ blue 50

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

Shades of Alizarin #D71F32

Tints of Alizarin #D71F32

RGB

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

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

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

R = 72.64%
G = 10.47%
B = 16.89%

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

#D71F32 (or 0xD71F32) is known color: Alizarin. HEX triplet: D7, 1F and 32. RGB value is (215,31,50). Sum of RGB (Red+Green+Blue) = 215+31+50=296 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.64% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71F32 is #28E0CD. Grayscale: #585858. Windows color (decimal): -2678990 or 3284951. OLE color: 3284951.

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

Color convert

RGB 215 31 50 -
CMYK 0 0.86 0.77 0.16
HSL 353.8º 0.75% 0.48% -
HSV(B) 353.8º 0.86% 0.84% -
XYZ 29.09 15.66 4.51 -
YUV 88.18 106.46 218.46 -
System Red Green Blue C M Y K H S L
Decimal 215 31 50 0 0.86 0.77 0.16 353.8 0.75 0.48
Hex D7 1F 32 0 56 4D 10 162 4B 30
Octal 327 37 62 0 126 115 20 542 113 60
Binary 11010111 11111 110010 0 1010110 1001101 10000 101100010 1001011 110000

Color Harmonies of #D71F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F32

Black with #D71F32

Text Example


Text Example

White with #D71F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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