Html Css Color HEX #D82E3E Alizarin

📋 copy color: '#D82E3E'

red 216 ◦ green 46 ◦ blue 62

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

Shades of Alizarin #D82E3E

Tints of Alizarin #D82E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 66.67%
G = 14.2%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D82E3E (or 0xD82E3E) is known color: Alizarin. HEX triplet: D8, 2E and 3E. RGB value is (216,46,62). Sum of RGB (Red+Green+Blue) = 216+46+62=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D82E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82E3E is #27D1C1. Grayscale: #626262. Windows color (decimal): -2609602 or 4075224. OLE color: 4075224.

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

Color convert

RGB 216 46 62 -
CMYK 0 0.79 0.71 0.15
HSL 354.35º 0.69% 0.51% -
HSV(B) 354.35º 0.79% 0.85% -
XYZ 30.17 16.9 6.23 -
YUV 98.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 216 46 62 0 0.79 0.71 0.15 354.35 0.69 0.51
Hex D8 2E 3E 0 4F 47 F 162 45 33
Octal 330 56 76 0 117 107 17 542 105 63
Binary 11011000 101110 111110 0 1001111 1000111 1111 101100010 1000101 110011

Color Harmonies of #D82E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82E3E

Black with #D82E3E

Text Example


Text Example

White with #D82E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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