Html Css Color HEX #D82A2B Alizarin

📋 copy color: '#D82A2B'

red 216 ◦ green 42 ◦ blue 43

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

Shades of Alizarin #D82A2B

Tints of Alizarin #D82A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 71.76%
G = 13.95%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D82A2B (or 0xD82A2B) is known color: Alizarin. HEX triplet: D8, 2A and 2B. RGB value is (216,42,43). Sum of RGB (Red+Green+Blue) = 216+42+43=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A2B is #27D5D4. Grayscale: #5E5E5E. Windows color (decimal): -2610645 or 2829016. OLE color: 2829016.

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

Color convert

RGB 216 42 43 -
CMYK 0 0.81 0.80 0.15
HSL 359.66º 0.69% 0.51% -
HSV(B) 359.66º 0.81% 0.85% -
XYZ 29.58 16.43 3.9 -
YUV 94.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 216 42 43 0 0.81 0.80 0.15 359.66 0.69 0.51
Hex D8 2A 2B 0 51 50 F 168 45 33
Octal 330 52 53 0 121 120 17 550 105 63
Binary 11011000 101010 101011 0 1010001 1010000 1111 101101000 1000101 110011

Color Harmonies of #D82A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A2B

Black with #D82A2B

Text Example


Text Example

White with #D82A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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