Html Css Color HEX #D72332 Alizarin

📋 copy color: '#D72332'

red 215 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #D72332

Tints of Alizarin #D72332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 71.67%
G = 11.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D72332 (or 0xD72332) is known color: Alizarin. HEX triplet: D7, 23 and 32. RGB value is (215,35,50). Sum of RGB (Red+Green+Blue) = 215+35+50=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D72332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D72332 is #28DCCD. Grayscale: #5A5A5A. Windows color (decimal): -2677966 or 3285975. OLE color: 3285975.

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

Color convert

RGB 215 35 50 -
CMYK 0 0.84 0.77 0.16
HSL 355º 0.72% 0.49% -
HSV(B) 355º 0.84% 0.84% -
XYZ 29.2 15.88 4.54 -
YUV 90.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 215 35 50 0 0.84 0.77 0.16 355 0.72 0.49
Hex D7 23 32 0 54 4D 10 163 48 31
Octal 327 43 62 0 124 115 20 543 110 61
Binary 11010111 100011 110010 0 1010100 1001101 10000 101100011 1001000 110001

Color Harmonies of #D72332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72332

Black with #D72332

Text Example


Text Example

White with #D72332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72332; }

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

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

background-color css

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

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

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

border-color css

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

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

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