Html Css Color HEX #D81D2E Alizarin

📋 copy color: '#D81D2E'

red 216 ◦ green 29 ◦ blue 46

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

Shades of Alizarin #D81D2E

Tints of Alizarin #D81D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 74.23%
G = 9.97%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D81D2E (or 0xD81D2E) is known color: Alizarin. HEX triplet: D8, 1D and 2E. RGB value is (216,29,46). Sum of RGB (Red+Green+Blue) = 216+29+46=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D2E is #27E2D1. Grayscale: #565656. Windows color (decimal): -2613970 or 3022296. OLE color: 3022296.

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

Color convert

RGB 216 29 46 -
CMYK 0 0.87 0.79 0.15
HSL 354.55º 0.76% 0.48% -
HSV(B) 354.55º 0.87% 0.85% -
XYZ 29.25 15.67 4.07 -
YUV 86.85 104.95 220.12 -
System Red Green Blue C M Y K H S L
Decimal 216 29 46 0 0.87 0.79 0.15 354.55 0.76 0.48
Hex D8 1D 2E 0 57 4F F 163 4C 30
Octal 330 35 56 0 127 117 17 543 114 60
Binary 11011000 11101 101110 0 1010111 1001111 1111 101100011 1001100 110000

Color Harmonies of #D81D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D2E

Black with #D81D2E

Text Example


Text Example

White with #D81D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D2E; }

 p { color: rgb(216,29,46); }

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

background-color css

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

 a { background-color: rgb(216,29,46); }

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

border-color css

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

 span { border-color: rgb(216,29,46); }

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