Html Css Color HEX #D82540 Alizarin

📋 copy color: '#D82540'

red 216 ◦ green 37 ◦ blue 64

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

Shades of Alizarin #D82540

Tints of Alizarin #D82540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 68.14%
G = 11.67%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D82540 (or 0xD82540) is known color: Alizarin. HEX triplet: D8, 25 and 40. RGB value is (216,37,64). Sum of RGB (Red+Green+Blue) = 216+37+64=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D82540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82540 is #27DABF. Grayscale: #5D5D5D. Windows color (decimal): -2611904 or 4203992. OLE color: 4203992.

HSL color Cylindrical-coordinate representation of color #D82540: hue angle of 350.95º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82540 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 64 -
CMYK 0 0.83 0.70 0.15
HSL 350.95º 0.71% 0.5% -
HSV(B) 350.95º 0.83% 0.85% -
XYZ 29.91 16.29 6.42 -
YUV 93.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 216 37 64 0 0.83 0.70 0.15 350.95 0.71 0.5
Hex D8 25 40 0 53 46 F 15F 47 32
Octal 330 45 100 0 123 106 17 537 107 62
Binary 11011000 100101 1000000 0 1010011 1000110 1111 101011111 1000111 110010

Color Harmonies of #D82540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82540

Black with #D82540

Text Example


Text Example

White with #D82540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82540; }

 p { color: rgb(216,37,64); }

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

background-color css

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

 a { background-color: rgb(216,37,64); }

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

border-color css

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

 span { border-color: rgb(216,37,64); }

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