Html Css Color HEX #D82E3C Alizarin

📋 copy color: '#D82E3C'

red 216 ◦ green 46 ◦ blue 60

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

Shades of Alizarin #D82E3C

Tints of Alizarin #D82E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.63%

R = 67.08%
G = 14.29%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D82E3C (or 0xD82E3C) is known color: Alizarin. HEX triplet: D8, 2E and 3C. RGB value is (216,46,60). Sum of RGB (Red+Green+Blue) = 216+46+60=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E3C is #27D1C3. Grayscale: #626262. Windows color (decimal): -2609604 or 3944152. OLE color: 3944152.

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

Color convert

RGB 216 46 60 -
CMYK 0 0.79 0.72 0.15
HSL 355.06º 0.69% 0.51% -
HSV(B) 355.06º 0.79% 0.85% -
XYZ 30.11 16.88 5.95 -
YUV 98.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 216 46 60 0 0.79 0.72 0.15 355.06 0.69 0.51
Hex D8 2E 3C 0 4F 48 F 163 45 33
Octal 330 56 74 0 117 110 17 543 105 63
Binary 11011000 101110 111100 0 1001111 1001000 1111 101100011 1000101 110011

Color Harmonies of #D82E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E3C

Black with #D82E3C

Text Example


Text Example

White with #D82E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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