Html Css Color HEX #D82940 Alizarin

📋 copy color: '#D82940'

red 216 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #D82940

Tints of Alizarin #D82940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.77%

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

R = 67.29%
G = 12.77%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D82940 (or 0xD82940) is known color: Alizarin. HEX triplet: D8, 29 and 40. RGB value is (216,41,64). Sum of RGB (Red+Green+Blue) = 216+41+64=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D82940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82940 is #27D6BF. Grayscale: #606060. Windows color (decimal): -2610880 or 4205016. OLE color: 4205016.

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

Color convert

RGB 216 41 64 -
CMYK 0 0.81 0.70 0.15
HSL 352.11º 0.69% 0.5% -
HSV(B) 352.11º 0.81% 0.85% -
XYZ 30.04 16.55 6.46 -
YUV 95.95 109.98 213.63 -
System Red Green Blue C M Y K H S L
Decimal 216 41 64 0 0.81 0.70 0.15 352.11 0.69 0.5
Hex D8 29 40 0 51 46 F 160 45 32
Octal 330 51 100 0 121 106 17 540 105 62
Binary 11011000 101001 1000000 0 1010001 1000110 1111 101100000 1000101 110010

Color Harmonies of #D82940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82940

Black with #D82940

Text Example


Text Example

White with #D82940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82940; }

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

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

background-color css

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

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

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

border-color css

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

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

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