Html Css Color HEX #D82A42 Alizarin

📋 copy color: '#D82A42'

red 216 ◦ green 42 ◦ blue 66

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

Shades of Alizarin #D82A42

Tints of Alizarin #D82A42

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 66.67%
G = 12.96%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82A42 (or 0xD82A42) is known color: Alizarin. HEX triplet: D8, 2A and 42. RGB value is (216,42,66). Sum of RGB (Red+Green+Blue) = 216+42+66=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A42 is #27D5BD. Grayscale: #606060. Windows color (decimal): -2610622 or 4336344. OLE color: 4336344.

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

Color convert

RGB 216 42 66 -
CMYK 0 0.81 0.69 0.15
HSL 351.72º 0.69% 0.51% -
HSV(B) 351.72º 0.81% 0.85% -
XYZ 30.13 16.65 6.78 -
YUV 96.76 110.65 213.05 -
System Red Green Blue C M Y K H S L
Decimal 216 42 66 0 0.81 0.69 0.15 351.72 0.69 0.51
Hex D8 2A 42 0 51 45 F 160 45 33
Octal 330 52 102 0 121 105 17 540 105 63
Binary 11011000 101010 1000010 0 1010001 1000101 1111 101100000 1000101 110011

Color Harmonies of #D82A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A42

Black with #D82A42

Text Example


Text Example

White with #D82A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A42; }

 p { color: rgb(216,42,66); }

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

background-color css

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

 a { background-color: rgb(216,42,66); }

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

border-color css

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

 span { border-color: rgb(216,42,66); }

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