Html Css Color HEX #D82E3A Alizarin

📋 copy color: '#D82E3A'

red 216 ◦ green 46 ◦ blue 58

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

Shades of Alizarin #D82E3A

Tints of Alizarin #D82E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 67.5%
G = 14.38%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D82E3A (or 0xD82E3A) is known color: Alizarin. HEX triplet: D8, 2E and 3A. RGB value is (216,46,58). Sum of RGB (Red+Green+Blue) = 216+46+58=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E3A is #27D1C5. Grayscale: #626262. Windows color (decimal): -2609606 or 3813080. OLE color: 3813080.

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

Color convert

RGB 216 46 58 -
CMYK 0 0.79 0.73 0.15
HSL 355.76º 0.69% 0.51% -
HSV(B) 355.76º 0.79% 0.85% -
XYZ 30.06 16.86 5.67 -
YUV 98.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 216 46 58 0 0.79 0.73 0.15 355.76 0.69 0.51
Hex D8 2E 3A 0 4F 49 F 164 45 33
Octal 330 56 72 0 117 111 17 544 105 63
Binary 11011000 101110 111010 0 1001111 1001001 1111 101100100 1000101 110011

Color Harmonies of #D82E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E3A

Black with #D82E3A

Text Example


Text Example

White with #D82E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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