Html Css Color HEX #D82C32 Alizarin

📋 copy color: '#D82C32'

red 216 ◦ green 44 ◦ blue 50

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

Shades of Alizarin #D82C32

Tints of Alizarin #D82C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 69.68%
G = 14.19%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D82C32 (or 0xD82C32) is known color: Alizarin. HEX triplet: D8, 2C and 32. RGB value is (216,44,50). Sum of RGB (Red+Green+Blue) = 216+44+50=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C32 is #27D3CD. Grayscale: #606060. Windows color (decimal): -2610126 or 3288280. OLE color: 3288280.

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

Color convert

RGB 216 44 50 -
CMYK 0 0.80 0.77 0.15
HSL 357.91º 0.69% 0.51% -
HSV(B) 357.91º 0.8% 0.85% -
XYZ 29.8 16.63 4.66 -
YUV 96.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 216 44 50 0 0.80 0.77 0.15 357.91 0.69 0.51
Hex D8 2C 32 0 50 4D F 166 45 33
Octal 330 54 62 0 120 115 17 546 105 63
Binary 11011000 101100 110010 0 1010000 1001101 1111 101100110 1000101 110011

Color Harmonies of #D82C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C32

Black with #D82C32

Text Example


Text Example

White with #D82C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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