Html Css Color HEX #D82A2D Alizarin

📋 copy color: '#D82A2D'

red 216 ◦ green 42 ◦ blue 45

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

Shades of Alizarin #D82A2D

Tints of Alizarin #D82A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

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

R = 71.29%
G = 13.86%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D82A2D (or 0xD82A2D) is known color: Alizarin. HEX triplet: D8, 2A and 2D. RGB value is (216,42,45). Sum of RGB (Red+Green+Blue) = 216+42+45=303 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.29% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A2D is #27D5D2. Grayscale: #5E5E5E. Windows color (decimal): -2610643 or 2960088. OLE color: 2960088.

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

Color convert

RGB 216 42 45 -
CMYK 0 0.81 0.79 0.15
HSL 358.97º 0.69% 0.51% -
HSV(B) 358.97º 0.81% 0.85% -
XYZ 29.62 16.44 4.1 -
YUV 94.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 216 42 45 0 0.81 0.79 0.15 358.97 0.69 0.51
Hex D8 2A 2D 0 51 4F F 167 45 33
Octal 330 52 55 0 121 117 17 547 105 63
Binary 11011000 101010 101101 0 1010001 1001111 1111 101100111 1000101 110011

Color Harmonies of #D82A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A2D

Black with #D82A2D

Text Example


Text Example

White with #D82A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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