Html Css Color HEX #D82C2D Alizarin

📋 copy color: '#D82C2D'

red 216 ◦ green 44 ◦ blue 45

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

Shades of Alizarin #D82C2D

Tints of Alizarin #D82C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 70.82%
G = 14.43%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D82C2D (or 0xD82C2D) is known color: Alizarin. HEX triplet: D8, 2C and 2D. RGB value is (216,44,45). Sum of RGB (Red+Green+Blue) = 216+44+45=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C2D is #27D3D2. Grayscale: #5F5F5F. Windows color (decimal): -2610131 or 2960600. OLE color: 2960600.

HSL color Cylindrical-coordinate representation of color #D82C2D: hue angle of 359.65º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C2D is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 45 -
CMYK 0 0.80 0.79 0.15
HSL 359.65º 0.69% 0.51% -
HSV(B) 359.65º 0.8% 0.85% -
XYZ 29.69 16.59 4.12 -
YUV 95.54 99.48 213.92 -
System Red Green Blue C M Y K H S L
Decimal 216 44 45 0 0.80 0.79 0.15 359.65 0.69 0.51
Hex D8 2C 2D 0 50 4F F 168 45 33
Octal 330 54 55 0 120 117 17 550 105 63
Binary 11011000 101100 101101 0 1010000 1001111 1111 101101000 1000101 110011

Color Harmonies of #D82C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C2D

Black with #D82C2D

Text Example


Text Example

White with #D82C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C2D; }

 p { color: rgb(216,44,45); }

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

background-color css

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

 a { background-color: rgb(216,44,45); }

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

border-color css

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

 span { border-color: rgb(216,44,45); }

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