Html Css Color HEX #D82D40 Alizarin

📋 copy color: '#D82D40'

red 216 ◦ green 45 ◦ blue 64

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

Shades of Alizarin #D82D40

Tints of Alizarin #D82D40

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.85%

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

R = 66.46%
G = 13.85%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D82D40 (or 0xD82D40) is known color: Alizarin. HEX triplet: D8, 2D and 40. RGB value is (216,45,64). Sum of RGB (Red+Green+Blue) = 216+45+64=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82D40 is #27D2BF. Grayscale: #626262. Windows color (decimal): -2609856 or 4206040. OLE color: 4206040.

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

Color convert

RGB 216 45 64 -
CMYK 0 0.79 0.70 0.15
HSL 353.33º 0.69% 0.51% -
HSV(B) 353.33º 0.79% 0.85% -
XYZ 30.18 16.85 6.51 -
YUV 98.3 108.65 211.96 -
System Red Green Blue C M Y K H S L
Decimal 216 45 64 0 0.79 0.70 0.15 353.33 0.69 0.51
Hex D8 2D 40 0 4F 46 F 161 45 33
Octal 330 55 100 0 117 106 17 541 105 63
Binary 11011000 101101 1000000 0 1001111 1000110 1111 101100001 1000101 110011

Color Harmonies of #D82D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D40

Black with #D82D40

Text Example


Text Example

White with #D82D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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