#D62636

Color #D62636 Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #D62636

Tints of Alizarin #D62636

Color information

#D62636 (or 0xD62636) is unknown color: approx Alizarin. HEX triplet: D6, 26 and 36. RGB value is (214,38,54). Sum of RGB (Red+Green+Blue) = 214+38+54=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D62636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62636 is #29D9C9. Grayscale: #5C5C5C. Windows color (decimal): -2742730 or 3548886. OLE color: 3548886.

HSL color Cylindrical-coordinate representation of color #D62636: hue angle of 354.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62636 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2143854-
CMYK00.820.750.16
HSL354.55º69.84%49.41%-
HSV(B)354.55º82.24%83.92%-
XYZ29.0915.955.04-
YUV92.45106.31214.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.93%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 54 (21.48% from 255) = 17.65%
R=69.93%
G=12.42%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214385400.820.750.16354.5569.8449.41
HexD626360524B101634631
Octal326466601221132054310661
Binary11010110100110110110010100101001011100001011000111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62636; }

 p { color: rgb(214,38,54); }

 H1.HeaderClassName
 {
   color: #D62636;
 }
 .AnyTagClassName
 {
   color: #D62636;
 }
</style>
background-color css

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

 a { background-color: rgb(214,38,54); }

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

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

 span { border-color: rgb(214,38,54); }

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