Html Css Color HEX #D81E32 Alizarin

📋 copy color: '#D81E32'

red 216 ◦ green 30 ◦ blue 50

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

Shades of Alizarin #D81E32

Tints of Alizarin #D81E32

RGB

 RED value IS 216 (84.77% from 255) = 72.97%

 GREEN value IS 30 (12.11% from 255) = 10.14%

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

R = 72.97%
G = 10.14%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D81E32 (or 0xD81E32) is known color: Alizarin. HEX triplet: D8, 1E and 32. RGB value is (216,30,50). Sum of RGB (Red+Green+Blue) = 216+30+50=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E32 is #27E1CD. Grayscale: #585858. Windows color (decimal): -2613710 or 3284696. OLE color: 3284696.

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

Color convert

RGB 216 30 50 -
CMYK 0 0.86 0.77 0.15
HSL 353.55º 0.76% 0.48% -
HSV(B) 353.55º 0.86% 0.85% -
XYZ 29.36 15.76 4.51 -
YUV 87.89 106.62 219.37 -
System Red Green Blue C M Y K H S L
Decimal 216 30 50 0 0.86 0.77 0.15 353.55 0.76 0.48
Hex D8 1E 32 0 56 4D F 162 4C 30
Octal 330 36 62 0 126 115 17 542 114 60
Binary 11011000 11110 110010 0 1010110 1001101 1111 101100010 1001100 110000

Color Harmonies of #D81E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E32

Black with #D81E32

Text Example


Text Example

White with #D81E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E32; }

 p { color: rgb(216,30,50); }

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

background-color css

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

 a { background-color: rgb(216,30,50); }

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

border-color css

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

 span { border-color: rgb(216,30,50); }

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