Html Css Color HEX #D82C34 Alizarin

📋 copy color: '#D82C34'

red 216 ◦ green 44 ◦ blue 52

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

Shades of Alizarin #D82C34

Tints of Alizarin #D82C34

RGB

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

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

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

R = 69.23%
G = 14.1%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D82C34 (or 0xD82C34) is known color: Alizarin. HEX triplet: D8, 2C and 34. RGB value is (216,44,52). Sum of RGB (Red+Green+Blue) = 216+44+52=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C34 is #27D3CB. Grayscale: #606060. Windows color (decimal): -2610124 or 3419352. OLE color: 3419352.

HSL color Cylindrical-coordinate representation of color #D82C34: hue angle of 357.21º 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 #D82C34 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 44 52 -
CMYK 0 0.80 0.76 0.15
HSL 357.21º 0.69% 0.51% -
HSV(B) 357.21º 0.8% 0.85% -
XYZ 29.84 16.65 4.89 -
YUV 96.34 102.98 213.35 -
System Red Green Blue C M Y K H S L
Decimal 216 44 52 0 0.80 0.76 0.15 357.21 0.69 0.51
Hex D8 2C 34 0 50 4C F 165 45 33
Octal 330 54 64 0 120 114 17 545 105 63
Binary 11011000 101100 110100 0 1010000 1001100 1111 101100101 1000101 110011

Color Harmonies of #D82C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C34

Black with #D82C34

Text Example


Text Example

White with #D82C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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