Html Css Color HEX #D82638 Alizarin

📋 copy color: '#D82638'

red 216 ◦ green 38 ◦ blue 56

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

Shades of Alizarin #D82638

Tints of Alizarin #D82638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 69.68%
G = 12.26%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D82638 (or 0xD82638) is known color: Alizarin. HEX triplet: D8, 26 and 38. RGB value is (216,38,56). Sum of RGB (Red+Green+Blue) = 216+38+56=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D82638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82638 is #27D9C7. Grayscale: #5D5D5D. Windows color (decimal): -2611656 or 3679960. OLE color: 3679960.

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

Color convert

RGB 216 38 56 -
CMYK 0 0.82 0.74 0.15
HSL 353.93º 0.7% 0.5% -
HSV(B) 353.93º 0.82% 0.85% -
XYZ 29.73 16.27 5.32 -
YUV 93.27 106.97 215.54 -
System Red Green Blue C M Y K H S L
Decimal 216 38 56 0 0.82 0.74 0.15 353.93 0.7 0.5
Hex D8 26 38 0 52 4A F 162 46 32
Octal 330 46 70 0 122 112 17 542 106 62
Binary 11011000 100110 111000 0 1010010 1001010 1111 101100010 1000110 110010

Color Harmonies of #D82638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82638

Black with #D82638

Text Example


Text Example

White with #D82638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82638; }

 p { color: rgb(216,38,56); }

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

background-color css

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

 a { background-color: rgb(216,38,56); }

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

border-color css

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

 span { border-color: rgb(216,38,56); }

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