Html Css Color HEX #D82E34 Alizarin

📋 copy color: '#D82E34'

red 216 ◦ green 46 ◦ blue 52

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

Shades of Alizarin #D82E34

Tints of Alizarin #D82E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.65%

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 68.79%
G = 14.65%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D82E34 (or 0xD82E34) is known color: Alizarin. HEX triplet: D8, 2E and 34. RGB value is (216,46,52). Sum of RGB (Red+Green+Blue) = 216+46+52=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E34 is #27D1CB. Grayscale: #616161. Windows color (decimal): -2609612 or 3419864. OLE color: 3419864.

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

Color convert

RGB 216 46 52 -
CMYK 0 0.79 0.76 0.15
HSL 357.88º 0.69% 0.51% -
HSV(B) 357.88º 0.79% 0.85% -
XYZ 29.92 16.8 4.91 -
YUV 97.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 216 46 52 0 0.79 0.76 0.15 357.88 0.69 0.51
Hex D8 2E 34 0 4F 4C F 166 45 33
Octal 330 56 64 0 117 114 17 546 105 63
Binary 11011000 101110 110100 0 1001111 1001100 1111 101100110 1000101 110011

Color Harmonies of #D82E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E34

Black with #D82E34

Text Example


Text Example

White with #D82E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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