Html Css Color HEX #D82C36 Alizarin

📋 copy color: '#D82C36'

red 216 ◦ green 44 ◦ blue 54

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

Shades of Alizarin #D82C36

Tints of Alizarin #D82C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 68.79%
G = 14.01%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D82C36 (or 0xD82C36) is known color: Alizarin. HEX triplet: D8, 2C and 36. RGB value is (216,44,54). Sum of RGB (Red+Green+Blue) = 216+44+54=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C36 is #27D3C9. Grayscale: #606060. Windows color (decimal): -2610122 or 3550424. OLE color: 3550424.

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

Color convert

RGB 216 44 54 -
CMYK 0 0.80 0.75 0.15
HSL 356.51º 0.69% 0.51% -
HSV(B) 356.51º 0.8% 0.85% -
XYZ 29.89 16.67 5.13 -
YUV 96.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 216 44 54 0 0.80 0.75 0.15 356.51 0.69 0.51
Hex D8 2C 36 0 50 4B F 165 45 33
Octal 330 54 66 0 120 113 17 545 105 63
Binary 11011000 101100 110110 0 1010000 1001011 1111 101100101 1000101 110011

Color Harmonies of #D82C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C36

Black with #D82C36

Text Example


Text Example

White with #D82C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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